Leadtools.Dicom Namespace > DicomAssociate Class : SetAsynchronousOperations Method |
public void SetAsynchronousOperations( bool enabled, int invokedCount, int performedCount )
'Declaration Public Sub SetAsynchronousOperations( _ ByVal enabled As Boolean, _ ByVal invokedCount As Integer, _ ByVal performedCount As Integer _ )
'Usage Dim instance As DicomAssociate Dim enabled As Boolean Dim invokedCount As Integer Dim performedCount As Integer instance.SetAsynchronousOperations(enabled, invokedCount, performedCount)
public void SetAsynchronousOperations( bool enabled, int invokedCount, int performedCount )
function Leadtools.Dicom.DicomAssociate.SetAsynchronousOperations( enabled , invokedCount , performedCount )
public: void SetAsynchronousOperations( bool enabled, int invokedCount, int performedCount )
InvokedOperationsCount specifies the number of Asynchronous Operations that may be invoked without a response. PerformedOperationsCount specifies the number of operations that have been completed.