ActorChat.Services.EventHubRoomActorService.ServiceEventSource.ServiceRequestFailed C# (CSharp) 메소드

ServiceRequestFailed() 개인적인 메소드

private ServiceRequestFailed ( string requestTypeName, string exception ) : void
requestTypeName string
exception string
리턴 void
        public void ServiceRequestFailed(string requestTypeName, string exception)
        {
            WriteEvent(ServiceRequestFailedEventId, exception);
        }
        #endregion