DistributedObjectCreatedEventArgs Constructor
DistributedObjectCreatedEventArgs(string, string, Guid)
Initializes a new instance of the DistributedObjectCreatedEventArgs class.
Declaration
public DistributedObjectCreatedEventArgs(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. |