CQRSMicroservices.ServiceFabric.QueryModelBuilderService.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);
    }