ResolveTActorActorType Property |
[Missing <summary> documentation for "P:Akka.Util.Resolve`1.ActorType"]
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic override Type ActorType { get; }
Public Overrides ReadOnly Property ActorType As Type
Get
public:
virtual property Type^ ActorType {
Type^ get () override;
}
abstract ActorType : Type with get
override ActorType : Type with get
Property Value
Type:
TypeImplements
IndirectActorProducerActorType
See Also