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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.