asp.net.ph

HttpWorkerRequest.SetEndOfSendNotification Method

System.Web Namespace   HttpWorkerRequest Class


Registers for an optional notification when all the response data is sent.

[ VB ]
<ComVisible ( False ) >
Overridable Public Sub SetEndOfSendNotification ( _
   ByVal callback As HttpWorkerRequest.EndOfSendNotification, _
   ByVal extraData As Object _
)

[ C# ]
 [ ComVisible ( false ) ] 
public virtual void SetEndOfSendNotification (
   HttpWorkerRequest.EndOfSendNotification callback,
   object extraData
);

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual void SetEndOfSendNotification (
   HttpWorkerRequest.EndOfSendNotification* callback,
   Object* extraData
);

[ JScript ]
public ComVisible ( false ) 
function SetEndOfSendNotification (
   callback : HttpWorkerRequest.EndOfSendNotification,
   extraData : Object
);

Parameters

callback
The notification callback that is called when all data is sent ( out-of-band ).
extraData
An additional parameter to the callback.

Remarks

This method might be helpful when you implement buffer recycling.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph