AutomationManagementClient.ContinuationTokenHandler(Of T) Method (Func(Of String, ResponseWithSkipToken(Of T)))

 

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Public Shared Function ContinuationTokenHandler(Of T) (
	listFunc As Func(Of String, ResponseWithSkipToken(Of T))
) As List(Of T)

Return Value

Type: System.Collections.Generic.List(Of T)
Return to top
Show: