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

BeginHelloPhrase() public méthode

public BeginHelloPhrase ( object value, System callback, object asyncState ) : System.IAsyncResult
value object
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult BeginHelloPhrase(object value, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("HelloPhrase", new object[] {
                        value}, callback, asyncState);
        }

Same methods

ExampleDispatcherService::BeginHelloPhrase ( string first_word, string second_word, System callback, object asyncState ) : System.IAsyncResult