public IAsyncResult BeginSendObjectEvent(OE.Jetstream request, AsyncCallback callback, Object state) { this._sendObjectEventAsync = new SendObjectEventAsync(SendObjectEvent); return this._sendObjectEventAsync.BeginInvoke(request, callback, state); }
public IAsyncResult BeginSendObjectEvent(OE.Jetstream request, AsyncCallback callback, Object state) { _sendObjectEventAsync = SendObjectEvent; return _sendObjectEventAsync.BeginInvoke(request, callback, state); }