NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebServiceHandlerFactory.ReleaseHandler

[To be supplied.]

[Visual Basic]
Overridable Public Sub ReleaseHandler( _
   ByVal handler As IHttpHandler _
)
[C#]
public virtual void ReleaseHandler(
   IHttpHandler handler
);
[C++]
public: virtual void ReleaseHandler(
   IHttpHandler* handler
);
[JScript]
public function ReleaseHandler(
   handler : IHttpHandler
);

Parameters

handler
[To be supplied.]

See Also

WebServiceHandlerFactory Class | WebServiceHandlerFactory Members | System.Web.Services.Protocols Namespace