GetAsyncBeginInfo() private method

private GetAsyncBeginInfo ( AsyncCallback &acbd, Object &state ) : void
acbd AsyncCallback
state Object
return void
Ejemplo n.º 1
0
 internal AsyncResult(Message m)
 {
     m.GetAsyncBeginInfo(out _acbd, out _asyncState);
     _asyncDelegate = (Delegate) m.GetThisPtr();
 }
Ejemplo n.º 2
0
 internal AsyncResult(Message m)
 {
     m.GetAsyncBeginInfo(out this._acbd, out this._asyncState);
     this._asyncDelegate = (Delegate)m.GetThisPtr();
 }