DistributedObjectLifecycleEventArgs Constructor
DistributedObjectLifecycleEventArgs(String, String, Guid)
Initializes a new instance of the DistributedObjectLifecycleEventArgs class.
Declaration
protected DistributedObjectLifecycleEventArgs(string serviceName, string name, Guid sourceMemberId)
Parameters
String | serviceName | The service unique name. |
String | name | The object unique name. |
Guid | sourceMemberId | The unique identifier of the source member. |