Share via


SolutionProviderFactory.GetProvider<T> method

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
Public MustOverride Function GetProvider(Of T As SolutionProvider) ( _
    context As WorkflowServicesContext _
) As T
'Usage
Dim instance As SolutionProviderFactory
Dim context As WorkflowServicesContext
Dim returnValue As T

returnValue = instance.GetProvider(context)
public abstract T GetProvider<T>(
    WorkflowServicesContext context
)
where T : SolutionProvider

Type parameters

  • T

Parameters

Return value

Type: T

See also

Reference

SolutionProviderFactory class

SolutionProviderFactory members

Microsoft.SharePoint.WorkflowServices namespace