IApplicationArchiveIsAsynchronous Property |
Is provider running asynchronously?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsAsynchronous { get; }
ReadOnly Property IsAsynchronous As Boolean
Get
Dim instance As IApplicationArchive
Dim value As Boolean
value = instance.IsAsynchronous
property bool IsAsynchronous {
bool get ();
}
Property Value
Type:
Boolean
See Also