Method | Description | |
---|---|---|
Offer ( TaskCompleted completed ) : bool | ||
OfferAndWaitUntilAccepted ( TaskCompleted completed ) : void | ||
OutBuffer ( int maxSizeAsPowerOfTwo ) : System | ||
Poll ( TaskCompleted &completed ) : bool |
public Offer ( TaskCompleted completed ) : bool | ||
completed | TaskCompleted | |
return | bool |
public OfferAndWaitUntilAccepted ( TaskCompleted completed ) : void | ||
completed | TaskCompleted | |
return | void |
public OutBuffer ( int maxSizeAsPowerOfTwo ) : System | ||
maxSizeAsPowerOfTwo | int | |
return | System |
public Poll ( TaskCompleted &completed ) : bool | ||
completed | TaskCompleted | |
return | bool |