ActorChat.Services.EventHubRoomActorService.ServiceEventSource.ServiceRequestStop C# (CSharp) Метод

ServiceRequestStop() приватный Метод

private ServiceRequestStop ( string requestTypeName ) : void
requestTypeName string
Результат void
        public void ServiceRequestStop(string requestTypeName)
        {
            WriteEvent(ServiceRequestStopEventId, requestTypeName);
        }