  | DistributedObjectEventGetServiceName Method  | 
 
            Return service name of the source distributed object
            
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntaxpublic string GetServiceName()
Public Function GetServiceName As String
public:
String^ GetServiceName()
member GetServiceName : unit -> string 
Return Value
Type: 
Stringservice name
See Also