Class WrappedMessage
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public static class WrappedMessage
Methods
| Edit this page View SourceUnwrap(object)
Declaration
public static object Unwrap(object message)
Parameters
| Type | Name | Description |
|---|---|---|
| object | message |
Returns
| Type | Description |
|---|---|
| object |
Edit this page