DataCollectionSink.SendStreamAsync Method
Include Protected Members
Include Inherited Members
Sends a stream to the DataCollectionSink.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SendStreamAsync(StreamTransferInformation) | Sends a stream to the DataCollectionSink by using the parameters that are specified for this method. | |
SendStreamAsync(DataCollectionContext, Stream, String, Boolean) | Sends a stream to the DataCollectionSink by using the parameters that are specified for this method. | |
SendStreamAsync(DataCollectionContext, Stream, String, String, Boolean) | Sends a stream to the DataCollectionSink by using the parameters that are specified for this method. |
Top