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

GetCurrentAgentOutboundContactAsync() public method

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

Same methods

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