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