Class AsyncConnectionHandler
Inheritance
System.Object
AsyncConnectionHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class AsyncConnectionHandler : IUIQueueItem, IQueueItem
Properties
| Improve this Doc View SourceContextView
Declaration
public InstanceDataGrid ContextView { get; set; }
Property Value
Type | Description |
---|---|
InstanceDataGrid |
DestinationInstanceData
Declaration
public dynamic DestinationInstanceData { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
DestinationStackGuid
Declaration
public Guid DestinationStackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RefreshRegisterAssignment
Declaration
public bool RefreshRegisterAssignment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SourceInstanceData
Declaration
public dynamic SourceInstanceData { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
SourceStackGuid
Declaration
public Guid SourceStackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
| Improve this Doc View SourceDo()
Declaration
public void Do()