ClientResult<T> Class
Represents the result of a client method invocation.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientResult<T>
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 Class ClientResult(Of T) _
Implements IFromJson
'Usage
Dim instance As ClientResult(Of T)
public class ClientResult<T> : IFromJson
Type Parameters
- T
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.