Logoff Method
SQL Server 2000
ReportingService.Logoff Method
Logs out the current user making Web service requests.
Public Sub Logoff() Member of [Namespace].ReportingService
public void Logoff(); Member of [Namespace].ReportingService
Remarks
The Logoff method results in the invalidation of the authentication cookie for the user making the request.
Logoff must be called over SSL. The method fails if it is not called securely.