'DeclarationOverloads Function StoreAsync( _ ByVal DataSets As DicomDataSetCollection, _ ByVal TransferSyntax As String, _ Optional ByVal cancellationToken As CancellationToken _ ) As Task(Of HttpResponseMessage)
'UsageDim instance As IStowWebClient Dim DataSets As DicomDataSetCollection Dim TransferSyntax As String Dim cancellationToken As CancellationToken Dim value As Task(Of HttpResponseMessage) value = instance.StoreAsync(DataSets, TransferSyntax, cancellationToken)
Parameters
- DataSets
- The instances to send
- TransferSyntax
- The transfer syntax to use to send the instances
- cancellationToken
- A token that may be used to cancel the store operation
Return Value
HttpResponseMessage