CQRSMicroservices.ServiceFabric.QueryModelBuilderService.ServiceEventSource.ServiceRequestStop C# (CSharp) Méthode

ServiceRequestStop() private méthode

private ServiceRequestStop ( string requestTypeName ) : void
requestTypeName string
Résultat void
    public void ServiceRequestStop(string requestTypeName)
    {
      WriteEvent(ServiceRequestStopEventId, requestTypeName);
    }