Share via


MessageHandlerBase.DisposeWriter Method

Definition

Disposes resources allocated by this instance that are used for writing (not reading).

protected virtual void DisposeWriter ();
abstract member DisposeWriter : unit -> unit
override this.DisposeWriter : unit -> unit
Protected Overridable Sub DisposeWriter ()

Remarks

This method is called by MessageHandlerBase after the last write operation has completed. Overrides of this method *should* call the base method as well.

Applies to