'DeclarationProperty CompletesAsynchronously As Boolean
'UsageDim instance As _UAWriteResult Dim value As Boolean instance.CompletesAsynchronously = value value = instance.CompletesAsynchronously
bool CompletesAsynchronously {get; set;}
'DeclarationProperty CompletesAsynchronously As Boolean
'UsageDim instance As _UAWriteResult Dim value As Boolean instance.CompletesAsynchronously = value value = instance.CompletesAsynchronously
bool CompletesAsynchronously {get; set;}
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.