ActorChat.Services.RoomActorService.ServiceEventSource.ServiceTypeRegistered C# (CSharp) Метод

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

private ServiceTypeRegistered ( int hostProcessId, string serviceType ) : void
hostProcessId int
serviceType string
Результат void
        public void ServiceTypeRegistered(int hostProcessId, string serviceType)
        {
            WriteEvent(ServiceTypeRegisteredEventId, hostProcessId, serviceType);
        }