AgentWebServiceSample.PcoAgentWS.AgentServiceService.LoginAsync C# (CSharp) Method

LoginAsync() public method

public LoginAsync ( int AgentLogin, string Password, int Station, bool ClearCalls ) : void
AgentLogin int
Password string
Station int
ClearCalls bool
return void
        public void LoginAsync(int AgentLogin, string Password, int Station, bool ClearCalls) {
            this.LoginAsync(AgentLogin, Password, Station, ClearCalls, null);
        }
        

Same methods

AgentServiceService::LoginAsync ( int AgentLogin, string Password, int Station, bool ClearCalls, object userState ) : void
AgentServiceService