ClientRuntimeContext class
Represents the runtime context for accessing data from remote objects, and invoking methods on remote objects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientRuntimeContext
Microsoft.SharePoint.Client.ClientContext
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Class ClientRuntimeContext _
Implements IDisposable
'Usage
Dim instance As ClientRuntimeContext
public class ClientRuntimeContext : IDisposable
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.