| ThrottleModeTryConsumeTokens Method |
TBD
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract Tuple<ThrottleMode, bool> TryConsumeTokens(
long nanoTimeOfSend,
int tokens
)
abstract TryConsumeTokens :
nanoTimeOfSend : int64 *
tokens : int -> Tuple<ThrottleMode, bool>
Parameters
- nanoTimeOfSend
- Type: SystemInt64
TBD - tokens
- Type: SystemInt32
TBD
Return Value
Type:
TupleThrottleMode,
BooleanTBD
See Also