DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / StorageCommitmentWebClient Class / CheckResultAsync Method
UID of the Storage Commitment request transaction - the same Transaction UID is paired with the response and shall be used in to check Storage Commitment result



In This Topic
    CheckResultAsync Method (StorageCommitmentWebClient)
    In This Topic
    Issue an async NPI retrieve request with the object UID
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(DicomObjects.DicomWeb.WebClient.StorageCommitmentWebClient/d__6)> 
    Public Function CheckResultAsync( _ 
       ByVal TransactionUID As String _ 
    ) As Task(Of DicomDataSet)
    'Usage
     
    
    Dim instance As StorageCommitmentWebClient
    Dim TransactionUID As String
    Dim value As Task(Of DicomDataSet)
     
    value = instance.CheckResultAsync(TransactionUID)
    [AsyncStateMachine(DicomObjects.DicomWeb.WebClient.StorageCommitmentWebClient/d__6)] 
    public Task<DicomDataSet> CheckResultAsync( 
       string TransactionUID 
    )
    [AsyncStateMachine(DicomObjects.DicomWeb.WebClient.StorageCommitmentWebClient/d__6)] 
    public: 
    Task<DicomDataSet^>^ CheckResultAsync( 
       String^ TransactionUID 
    ) 

    Parameters

    TransactionUID
    UID of the Storage Commitment request transaction - the same Transaction UID is paired with the response and shall be used in to check Storage Commitment result

    Return Value

    The response payload encoded into a DicomDataset
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also