CauPlugin.LoadPlugin Method (String, String, PSCredential, Hashtable, CancellationToken)
Namespace: Microsoft.ClusterAwareUpdating
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
public static IClusterUpdatingPlugin LoadPlugin(
string pluginName,
string clusterName,
PSCredential credential,
Hashtable arguments,
CancellationToken cancelToken
)
public:
static IClusterUpdatingPlugin^ LoadPlugin(
String^ pluginName,
String^ clusterName,
PSCredential^ credential,
Hashtable^ arguments,
CancellationToken cancelToken
)
static member LoadPlugin :
pluginName:string *
clusterName:string *
credential:PSCredential *
arguments:Hashtable *
cancelToken:CancellationToken -> IClusterUpdatingPlugin
Public Shared Function LoadPlugin (
pluginName As String,
clusterName As String,
credential As PSCredential,
arguments As Hashtable,
cancelToken As CancellationToken
) As IClusterUpdatingPlugin
Parameters
- pluginName
Type: System.String
- clusterName
Type: System.String
- credential
Type: System.Management.Automation.PSCredential
- arguments
Type: System.Collections.Hashtable
- cancelToken
Type: System.Threading.CancellationToken
Return Value
Type: Microsoft.ClusterAwareUpdating.IClusterUpdatingPlugin
See Also
LoadPlugin Overload
CauPlugin Class
Microsoft.ClusterAwareUpdating Namespace
Return to top