| Inbox Methods |
The Inbox type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | ||
| Dispose | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Receive |
Receive a single message from Receiver actor with default timeout.
NOTE: Timeout resolution depends on system's scheduler.
| |
| Receive(TimeSpan) |
Receive a single message from Receiver actor.
Provided timeout is used for cleanup purposes.
NOTE: timeout resolution depends on system's scheduler.
| |
| ReceiveAsync | ||
| ReceiveAsync(TimeSpan) | ||
| ReceiveWhere(PredicateObject) | ||
| ReceiveWhere(PredicateObject, TimeSpan) | ||
| Send | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Unwatch | ||
| Watch |
Make the inbox’s actor watch the target actor such that
reception of the Terminated message can then be awaited.
|
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |