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