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

GetCurrentContactAsync() public method

public GetCurrentContactAsync ( int AgentLogin ) : void
AgentLogin int
return void
        public void GetCurrentContactAsync(int AgentLogin) {
            this.GetCurrentContactAsync(AgentLogin, null);
        }
        

Same methods

AgentServiceService::GetCurrentContactAsync ( int AgentLogin, object userState ) : void
AgentServiceService