HttpWorkerRequest.SetEndOfSendNotification Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers for an optional notification when all the response data is sent.
public:
virtual void SetEndOfSendNotification(System::Web::HttpWorkerRequest::EndOfSendNotification ^ callback, System::Object ^ extraData);
public virtual void SetEndOfSendNotification (System.Web.HttpWorkerRequest.EndOfSendNotification callback, object extraData);
abstract member SetEndOfSendNotification : System.Web.HttpWorkerRequest.EndOfSendNotification * obj -> unit
override this.SetEndOfSendNotification : System.Web.HttpWorkerRequest.EndOfSendNotification * obj -> unit
Public Overridable Sub SetEndOfSendNotification (callback As HttpWorkerRequest.EndOfSendNotification, extraData As Object)
Parameters
The notification callback that is called when all data is sent (out-of-band).
- extraData
- Object
An additional parameter to the callback.
Remarks
This method might be helpful when you implement buffer recycling.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.