Message.OnEndWriteBodyContents(IAsyncResult) Methode

Definition

Löst ein Ereignis aus, wenn das Schreiben der Inhalte des Nachrichtentextes beendet wird.

protected:
 virtual void OnEndWriteBodyContents(IAsyncResult ^ result);
protected virtual void OnEndWriteBodyContents (IAsyncResult result);
abstract member OnEndWriteBodyContents : IAsyncResult -> unit
override this.OnEndWriteBodyContents : IAsyncResult -> unit
Protected Overridable Sub OnEndWriteBodyContents (result As IAsyncResult)

Parameter

result
IAsyncResult

Ein IAsyncResult-Objekt, das das Ergebnis eines asynchronen Vorgangs darstellt.

Gilt für