ISSOPSAdmin.GetApplicationsForAdapter(String, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetApplicationsForAdapter(System::String ^ adapterName, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % applications);
public void GetApplicationsForAdapter (string adapterName, out string[] applications);
abstract member GetApplicationsForAdapter : string * String[] -> unit
Public Sub GetApplicationsForAdapter (adapterName As String, ByRef applications As String())
Parameters
- adapterName
- String
- applications
- String[]