WmiActivity.GetUbiquitousParameter<T> Method

Definition

Generic version of the function to handle value types

protected:
generic <typename T>
 T GetUbiquitousParameter(System::String ^ parameterName, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ parameterDefaults);
protected T GetUbiquitousParameter<T> (string parameterName, System.Collections.Generic.Dictionary<string,object> parameterDefaults);
member this.GetUbiquitousParameter : string * System.Collections.Generic.Dictionary<string, obj> -> 'T
Protected Function GetUbiquitousParameter(Of T) (parameterName As String, parameterDefaults As Dictionary(Of String, Object)) As T

Type Parameters

T

THe type of the intende argument

Parameters

parameterName
String
parameterDefaults
Dictionary<String,Object>

Returns

T

Applies to