CrmOutlookService.GoOffline 메서드

적용 대상: CRM 2015 on-prem, CRM Online

Takes Microsoft Office Outlook용 Microsoft Dynamics CRM(오프라인 액세스 가능) into an offline state and triggers a synchronization of the offline database with the online server.

네임스페이스: Microsoft.Crm.Outlook.Sdk
어셈블리: Microsoft.Crm.Outlook.Sdk(Microsoft.Crm.Outlook.Sdk.dll에 있음)

구문

‘선언
Public Sub GoOffline
public void GoOffline ()

설명

This method is synchronous and triggers UI interaction with the user. If there are errors when taking Outlook용 CRM offline, the method will not return until the error dialog box is dismissed.

Warning경고
Because this function triggers UI interaction with the user it cannot be used within a plugin. This can cause the process to stop responding or cause unexpected behavior.

Throws an InvalidOperationException if the client is not loaded, Outlook용 CRM client (no offline access) is installed or if the client is offline.

스레드 보안

이 형식의 공용 정적(Visual Basic에서는 Shared) 구성원은 스레드로부터 안전합니다. 인스턴스 구성원은 스레드로부터 안전하지 않을 수 있습니다.

플랫폼

개발 플랫폼

Windows Vista, Windows Server 2003 및

대상 플랫폼

Windows Vista,Windows XP

Change History

참고 항목

참조

CrmOutlookService 클래스
CrmOutlookService 구성원
Microsoft.Crm.Outlook.Sdk 네임스페이스

기타 리소스

Sample: Use Outlook Methods

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.