BaxterWorks.Example.SOAPClientDefault.ExampleDispatcherService.EndHelloPhrase C# (CSharp) Méthode

EndHelloPhrase() public méthode

public EndHelloPhrase ( System asyncResult ) : string
asyncResult System
Résultat 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