![]() | Inbox Class |
Namespace: Akka.Actor
The Inbox type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Create |
TBD
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Dispose(Boolean) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (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 |
TBD
|
![]() | ReceiveAsync(TimeSpan) |
TBD
|
![]() | ReceiveWhere(PredicateObject) |
TBD
|
![]() | ReceiveWhere(PredicateObject, TimeSpan) |
TBD
|
![]() | Send |
TBD
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Unwatch |
TBD
|
![]() | Watch |
Make the inbox’s actor watch the subject actor such that
reception of the Terminated message can then be awaited.
|
Name | Description | |
---|---|---|
![]() | AsInstanceOfT |
TBD
(Defined by Extensions.) |
![]() | Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |