Class AsyncConnectionHandler
Inheritance
System.Object
AsyncConnectionHandler
Assembly: Simplic.Framework.Extension.dll
Syntax
public class AsyncConnectionHandler : IUIQueueItem
Properties
|
Improve this Doc
View Source
ContextView
Declaration
public InstanceDataGrid ContextView { get; set; }
Property Value
|
Improve this Doc
View Source
DestinationInstanceData
Declaration
public dynamic DestinationInstanceData { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
DestinationStackGuid
Declaration
public Guid DestinationStackGuid { get; set; }
Property Value
|
Improve this Doc
View Source
RefreshRegisterAssignment
Declaration
public bool RefreshRegisterAssignment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SourceInstanceData
Declaration
public dynamic SourceInstanceData { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
SourceStackGuid
Declaration
public Guid SourceStackGuid { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Do()
Declaration