Property | Type | Description | |
---|---|---|---|
Source | IAsyncDataSource | ||
Writer | IAsyncDataWriter |
Method | Description | |
---|---|---|
AsyncDataAdapterShim ( IAsyncDataSource source, IAsyncDataWriter writer ) : System | ||
Read ( byte buffer, int offset, int count ) : Future |
||
Write ( byte buffer, int offset, int count ) : SignalFuture |
Method | Description | |
---|---|---|
IDisposable ( ) : void |
public AsyncDataAdapterShim ( IAsyncDataSource source, IAsyncDataWriter writer ) : System | ||
source | IAsyncDataSource | |
writer | IAsyncDataWriter | |
return | System |
public Read ( byte buffer, int offset, int count ) : Future |
||
buffer | byte | |
offset | int | |
count | int | |
return | Future |
public Write ( byte buffer, int offset, int count ) : SignalFuture | ||
buffer | byte | |
offset | int | |
count | int | |
return | SignalFuture |