DataWriter.DetachStream Method

Definition

Detaches the stream that is associated with the data writer.

public:
 virtual IOutputStream ^ DetachStream() = DetachStream;
IOutputStream DetachStream();
public IOutputStream DetachStream();
function detachStream()
Public Function DetachStream () As IOutputStream

Returns

The detached stream.

Implements

Remarks

If a write operation is in progress when an application attempts to detach the stream, the call will fail with the error HRESULT_FROM_WIN32(ERROR_INVALID_OPERATION).

Applies to