GSF.ServiceProcess.ServiceHelper.SendAuthenticationSuccessResponse C# (CSharp) Метод

SendAuthenticationSuccessResponse() приватный Метод

private SendAuthenticationSuccessResponse ( System.Guid clientID ) : void
clientID System.Guid
Результат void
        private void SendAuthenticationSuccessResponse(Guid clientID)
        {
            SendResponse(clientID, new ServiceResponse("AuthenticationSuccess"));
        }
ServiceHelper