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

GetCurrentAgentInboundContactAsync() public method

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

Same methods

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