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

GetServerTimeAsync() public method

public GetServerTimeAsync ( ) : void
return void
        public void GetServerTimeAsync() {
            this.GetServerTimeAsync(null);
        }
        

Same methods

AgentServiceService::GetServerTimeAsync ( object userState ) : void
AgentServiceService