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

BeginHelloPhrase() public method

public BeginHelloPhrase ( object value, System callback, object asyncState ) : System.IAsyncResult
value object
callback System
asyncState object
return 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