ManagedWrapper.GetFilterStatus(String[]) Method

Definition

Returns the filter status of the wrapper.

public:
 virtual cli::array <bool> ^ GetFilterStatus(cli::array <System::String ^> ^ % eventNames);
public bool[] GetFilterStatus (ref string[] eventNames);
abstract member GetFilterStatus : String[] -> bool[]
override this.GetFilterStatus : String[] -> bool[]
Public Function GetFilterStatus (ByRef eventNames As String()) As Boolean()

Parameters

eventNames
String[]

The event names.

Returns

The filter status of the wrapper.

Implements

Applies to