'Declaration
<AsyncStateMachineAttribute(DicomObjects.DicomWeb.StowWebClient/d__4)> Public Overloads Function StoreAsync( _ ByVal DataSets As DicomDataSetCollection, _ ByVal TransferSyntax As String _ ) As Task(Of HttpResponseMessage)
'Usage
Dim instance As StowWebClient Dim DataSets As DicomDataSetCollection Dim TransferSyntax As String Dim value As Task(Of HttpResponseMessage) value = instance.StoreAsync(DataSets, TransferSyntax)
[AsyncStateMachine(DicomObjects.DicomWeb.StowWebClient/d__4)] public Task<HttpResponseMessage> StoreAsync( DicomDataSetCollection DataSets, string TransferSyntax )
[AsyncStateMachine(DicomObjects.DicomWeb.StowWebClient/d__4)] public: Task<HttpResponseMessage^>^ StoreAsync( DicomDataSetCollection^ DataSets, String^ TransferSyntax )
Parameters
- DataSets
- The instances to send
- TransferSyntax
- The transfer syntax to use to send the instances
Return Value
HttpResponseMessage