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

ConsultationCallAsync() public method

public ConsultationCallAsync ( int AgentLogin, string CalledPhone, int ActiveCallID, int ConsultType ) : void
AgentLogin int
CalledPhone string
ActiveCallID int
ConsultType int
return void
        public void ConsultationCallAsync(int AgentLogin, string CalledPhone, int ActiveCallID, int ConsultType) {
            this.ConsultationCallAsync(AgentLogin, CalledPhone, ActiveCallID, ConsultType, null);
        }
        

Same methods

AgentServiceService::ConsultationCallAsync ( int AgentLogin, string CalledPhone, int ActiveCallID, int ConsultType, object userState ) : void
AgentServiceService