RemoteOfflineRuntime Class

Represents the entry point for handling business data offline.

Inheritance Hierarchy

System.Object
  Microsoft.Office.BusinessData.Offlining.RemoteOfflineRuntime

Namespace:  Microsoft.Office.BusinessData.Offlining
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)

Syntax

'Declaration
Public Class RemoteOfflineRuntime _
    Implements IDisposable
'Usage
Dim instance As RemoteOfflineRuntime
public class RemoteOfflineRuntime : IDisposable

Remarks

All business data offline operations are handled by the BCSSync process by using .NET remoting.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RemoteOfflineRuntime Members

Microsoft.Office.BusinessData.Offlining Namespace