RtSharedMemory.BeginWrite Method
This method is unsupported. If called, this will throw a NotSupportedException.
Namespace:
IntervalZero.MaxRT.wRTOS.RtApi.IO
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public override IAsyncResult BeginWrite(
byte[] buffer,
int offset,
int count,
AsyncCallback callback,
Object state
)
Parameters
buffer
Type: System.Byte
offset
Type: System.Int32
count
Type: System.Int32
callback
Type: System.AsyncCallback
state
Type: System.Object
Return Value
Type: IAsyncResult
This call is currently unsupported and will throw a NotSupportedException.
See Also: