GSF.ServiceProcess.ServiceHelper.SendAuthenticationFailureResponse C# (CSharp) Méthode

SendAuthenticationFailureResponse() private méthode

private SendAuthenticationFailureResponse ( System.Guid clientID ) : void
clientID System.Guid
Résultat void
        private void SendAuthenticationFailureResponse(Guid clientID)
        {
            SendResponse(clientID, new ServiceResponse("AuthenticationFailure"));
        }
ServiceHelper