GSF.ServiceProcess.ServiceHelper.SendAuthenticationSuccessResponse C# (CSharp) Method

SendAuthenticationSuccessResponse() private method

private SendAuthenticationSuccessResponse ( System.Guid clientID ) : void
clientID System.Guid
return void
        private void SendAuthenticationSuccessResponse(Guid clientID)
        {
            SendResponse(clientID, new ServiceResponse("AuthenticationSuccess"));
        }
ServiceHelper