ClientRuntimeContext Class

Represents the runtime context for accessing data from and invoking methods on remote objects.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientRuntimeContext
    Microsoft.SharePoint.Client.ClientContext

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public MustInherit Class ClientRuntimeContext _
    Implements IDisposable
'Usage
Dim instance As ClientRuntimeContext
public abstract 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.

See Also

Reference

ClientRuntimeContext Members

Microsoft.SharePoint.Client Namespace