CQRSMicroservices.ServiceFabric.WebService.ServiceEventSource.ServiceTypeRegistered C# (CSharp) Method

ServiceTypeRegistered() private method

private ServiceTypeRegistered ( int hostProcessId, string serviceType ) : void
hostProcessId int
serviceType string
return void
    public void ServiceTypeRegistered(int hostProcessId, string serviceType)
    {
      WriteEvent(ServiceTypeRegisteredEventId, hostProcessId, serviceType);
    }