Edit

Share via


IScheduler.CreateNameValueCollection Method

Definition

Creates an empty collection to which you can add name/value pairs.

public Microsoft.Hpc.Scheduler.INameValueCollection CreateNameValueCollection ();
abstract member CreateNameValueCollection : unit -> Microsoft.Hpc.Scheduler.INameValueCollection
Public Function CreateNameValueCollection () As INameValueCollection

Returns

An INameValueCollection interface to which you can add name/value pairs.

Applies to