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

OnGetCurrentAgentOutboundContactOperationCompleted() private method

private OnGetCurrentAgentOutboundContactOperationCompleted ( object arg ) : void
arg object
return void
        private void OnGetCurrentAgentOutboundContactOperationCompleted(object arg) {
            if ((this.GetCurrentAgentOutboundContactCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.GetCurrentAgentOutboundContactCompleted(this, new GetCurrentAgentOutboundContactCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
AgentServiceService