Свойство | Type | Description | |
---|---|---|---|
mHasWaitBeenCalled | bool | ||
mOriginalCount | int | ||
mOriginalOffset | int | ||
mTimeout | int | ||
mTransferCancelEvent | |||
mTransferCompleteEvent |
Méthode | Description | |
---|---|---|
Cancel ( ) : ErrorCode | ||
Dispose ( ) : void | ||
Fill ( |
||
Fill ( object buffer, int offset, int count, int timeout ) : void | ||
IncrementTransfer ( int amount ) : bool | ||
Reset ( ) : void | ||
Submit ( ) : ErrorCode | ||
Wait ( int &transferredCount ) : ErrorCode |
Méthode | Description | |
---|---|---|
IncFailRetries ( ) : void | ||
TransferContextBase ( |
Méthode | Description | |
---|---|---|
SyncTransfer ( |
public Fill ( |
||
buffer | ||
offset | int | |
count | int | |
timeout | int | |
Résultat | void |
public Fill ( object buffer, int offset, int count, int timeout ) : void | ||
buffer | object | |
offset | int | |
count | int | |
timeout | int | |
Résultat | void |
public IncrementTransfer ( int amount ) : bool | ||
amount | int | |
Résultat | bool |
protected TransferContextBase ( |
||
endpointBase | ||
Résultat | System |
public abstract Wait ( int &transferredCount ) : ErrorCode | ||
transferredCount | int | |
Résultat | ErrorCode |
protected ManualResetEvent,System.Threading mTransferCancelEvent | ||
Résultat |