EventBusTEvent, TClassifier, TSubscriberSimpleName Method (Type) |
Simples the name.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected string SimpleName(
Type source
)
Protected Function SimpleName (
source As Type
) As String
protected:
String^ SimpleName(
Type^ source
)
member SimpleName :
source : Type -> string
Parameters
- source
- Type: SystemType
The source.
Return Value
Type:
StringSystem.String.
See Also