ReceiveContext.OnEndComplete(IAsyncResult) Methode

Definitie

Wordt aangeroepen wanneer de statusmachine asynchroon overgaat naar de voltooide status.

protected:
 abstract void OnEndComplete(IAsyncResult ^ result);
protected abstract void OnEndComplete(IAsyncResult result);
abstract member OnEndComplete : IAsyncResult -> unit
Protected MustOverride Sub OnEndComplete (result As IAsyncResult)

Parameters

result
IAsyncResult

De IAsyncResult geretourneerd door een aanroep naar de OnBeginComplete(TimeSpan, AsyncCallback, Object).

Van toepassing op