CalloutInfo class

Represents the information for the callout.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.WorkManagement.Client.CalloutInfo

Namespace:  Microsoft.SharePoint.WorkManagement.Client
Assembly:  Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.CalloutInfo", ServerTypeId := "{b869cd40-9a6e-4c16-916f-c73ee85745cb}")> _
Public NotInheritable Class CalloutInfo _
    Inherits ClientObject
'Usage
Dim instance As CalloutInfo
[ScriptTypeAttribute("SP.WorkManagement.OM.CalloutInfo", ServerTypeId = "{b869cd40-9a6e-4c16-916f-c73ee85745cb}")]
public sealed class CalloutInfo : ClientObject

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

CalloutInfo members

Microsoft.SharePoint.WorkManagement.Client namespace