CQRSMicroservices.ServiceFabric.QueryModelBuilderService.ServiceEventSource.ServiceRequestStart C# (CSharp) Method

ServiceRequestStart() private method

private ServiceRequestStart ( string requestTypeName ) : void
requestTypeName string
return void
    public void ServiceRequestStart(string requestTypeName)
    {
      WriteEvent(ServiceRequestStartEventId, requestTypeName);
    }