Compartir a través de


ReportExecutionService.Logoff Método

Logs out the current user making Web service requests.

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Sub Logoff
'Uso
Dim instance As ReportExecutionService

instance.Logoff()
public void Logoff()
public:
void Logoff()
member Logoff : unit -> unit
public function Logoff()

Comentarios

The table below shows header and permissions information on this operation.

SOAP Header Usage

(Out) ServerInfoHeaderValue

Native Mode Required Permissions

None

SharePoint Mode Required Permissions

None

This method only works with a Custom security extension. Please see Autenticación del servicio web for more information.

The Logoff method results in the invalidation of the authentication cookie for the user making the request.

Logoff must be called over Secure Sockets Layer (SSL). The method fails if it is not called securely.

Vea también

Referencia

ReportExecutionService Clase

Espacio de nombres ReportExecution2005