RTSharedMemory BeginWrite Method IntervalZero RTX Managed Code
Throws a NotSupportedException.

Namespace:  RTX.IO
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public override IAsyncResult BeginWrite(
	byte[] buffer,
	int offset,
	int count,
	AsyncCallback callback,
	Object state
)

Return Value

Type: OnlineIAsyncResult
This call is currently unsupported and will throw a NotSupportedException.
See Also