C# Class BaxterWorks.Example.SOAPClientDefault.ExampleDispatcherService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Mostra file Open project: voltagex/junkcode

Public Methods

Method Description
BeginHelloPhrase ( object value, System callback, object asyncState ) : System.IAsyncResult
BeginHelloPhrase ( string first_word, string second_word, System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
EndHelloPhrase ( System asyncResult ) : string
EndHelloPhrase ( System asyncResult, object &value ) : void
ExampleDispatcherService ( ) : System
HelloPhraseAsync ( object value ) : void
HelloPhraseAsync ( object value, object userState ) : void
HelloPhraseAsync ( string first_word, string second_word ) : void
HelloPhraseAsync ( string first_word, string second_word, object userState ) : void

Private Methods

Method Description
HelloPhrase ( string first_word, string second_word ) : string
HelloPhrase ( object &value ) : void
OnHelloPhraseOperationCompleted ( object arg ) : void

Method Details

BeginHelloPhrase() public method

public BeginHelloPhrase ( object value, System callback, object asyncState ) : System.IAsyncResult
value object
callback System
asyncState object
return System.IAsyncResult

BeginHelloPhrase() public method

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

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

EndHelloPhrase() public method

public EndHelloPhrase ( System asyncResult ) : string
asyncResult System
return string

EndHelloPhrase() public method

public EndHelloPhrase ( System asyncResult, object &value ) : void
asyncResult System
value object
return void

ExampleDispatcherService() public method

public ExampleDispatcherService ( ) : System
return System

HelloPhraseAsync() public method

public HelloPhraseAsync ( object value ) : void
value object
return void

HelloPhraseAsync() public method

public HelloPhraseAsync ( object value, object userState ) : void
value object
userState object
return void

HelloPhraseAsync() public method

public HelloPhraseAsync ( string first_word, string second_word ) : void
first_word string
second_word string
return void

HelloPhraseAsync() public method

public HelloPhraseAsync ( string first_word, string second_word, object userState ) : void
first_word string
second_word string
userState object
return void