ActorProducerPipelineResolverTotalPluginCount Property |
Gets total number of unique plugins registered inside current resolver.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic int TotalPluginCount { get; }
Public ReadOnly Property TotalPluginCount As Integer
Get
public:
property int TotalPluginCount {
int get ();
}
member TotalPluginCount : int with get
Property Value
Type:
Int32
See Also