Share via


BaseSession.GetCalloutInfo method

Gets the information for the task callout

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetCalloutInfo ( _
    taskKey As Integer _
) As CalloutInfo
'Usage
Dim instance As BaseSession
Dim taskKey As Integer
Dim returnValue As CalloutInfo

returnValue = instance.GetCalloutInfo(taskKey)
[RemoteAttribute]
public CalloutInfo GetCalloutInfo(
    int taskKey
)

Parameters

Return value

Type: Microsoft.SharePoint.WorkManagement.Client.CalloutInfo

See also

Reference

BaseSession class

BaseSession members

Microsoft.SharePoint.WorkManagement.Client namespace