ClientResult<T> class

Represents the result of a client method invocation.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientResult<T>

Namespace:  Microsoft.SharePoint.Client
Assembly:  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
    The type of result.

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

ClientResult<T> members

Microsoft.SharePoint.Client namespace