ActorChat.Services.EventHubRoomActorService.ServiceEventSource.ServiceRequestStop C# (CSharp) Method

ServiceRequestStop() private method

private ServiceRequestStop ( string requestTypeName ) : void
requestTypeName string
return void
        public void ServiceRequestStop(string requestTypeName)
        {
            WriteEvent(ServiceRequestStopEventId, requestTypeName);
        }