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

SumAsync() public method

public SumAsync ( int A, int B ) : void
A int
B int
return void
        public void SumAsync(int A, int B) {
            this.SumAsync(A, B, null);
        }
        

Same methods

AgentServiceService::SumAsync ( int A, int B, object userState ) : void
AgentServiceService