Method | Description | |
---|---|---|
Clear ( ) : void |
Sets the current usage of the BinaryStreamIoSessionBase to null.
|
|
Dispose ( ) : void |
Releases all the resources used by the BinaryStreamIoSessionBase object.
|
|
GetBlock ( |
Gets a block for the following Io session.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the BinaryStreamIoSessionBase object and optionally releases the managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public abstract GetBlock ( |
||
args | The block request that needs to be fulfilled by this IoSession. | |
return | void |