Click or drag to resize

PluginFactoryGetInstancesT Method

Gets the plugins of specified type.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static List<T> GetInstances<T>(
	IAtomiaBillingApi atomiaBillingApi
)
where T : class, IPlugin

Parameters

atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The Atomia Billing API instance.

Type Parameters

T
Type which plugins we need to instantiate.

Return Value

Type: ListT
List of plugin instances.
See Also