ReportExecutionService.Logoff 메서드

Logs out the current user making Web service requests.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Sub Logoff
‘사용 방법
Dim instance As ReportExecutionService

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

주의

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 웹 서비스 인증 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.

참고 항목

참조

ReportExecutionService 클래스

ReportExecution2005 네임스페이스