BaxterWorks.Example.SOAPClientDefault.ExampleDispatcherService.EndHelloPhrase C# (CSharp) Method

EndHelloPhrase() public method

public EndHelloPhrase ( System asyncResult ) : string
asyncResult System
return string
        public string EndHelloPhrase(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((string)(results[0]));
        }

Same methods

ExampleDispatcherService::EndHelloPhrase ( System asyncResult, object &value ) : void