'DeclarationOverloads Function StoreAsync( _ ByVal DataSets As DicomDataSetCollection, _ ByVal TransferSyntax As String _ ) As Task(Of HttpResponseMessage)
'UsageDim instance As IStowWebClient Dim DataSets As DicomDataSetCollection Dim TransferSyntax As String Dim value As Task(Of HttpResponseMessage) value = instance.StoreAsync(DataSets, TransferSyntax)
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