Initiates an asynchronous quote command.
Initiates an asynchronous quote command.
public IAsyncResult BeginSendQuoteCommand(string);
Initiates an asynchronous quote command that has a specified state object.
public IAsyncResult BeginSendQuoteCommand(string,object);
Initiates an asynchronous quote command that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.
public IAsyncResult BeginSendQuoteCommand(string,object,AsyncCallback);