Cassini Configuration API Documentation

Metabase.RegisterApplication Method (ApplicationEntry)

Adds application to the Applications collection. Does not auto-save metabase file.

[Visual Basic]
Overloads Public Function RegisterApplication( _
   ByVal appEntry As ApplicationEntry _
) As Integer
[C#]
public int RegisterApplication(
   ApplicationEntry appEntry
);

Remarks

This method is useful when registering more than one application. After all applications were added to the collection, call Save() to write changes to the metabase file. As with any version of the RegisterApplication() method, if another application with the same ID exists, the old record will be replaced with the new one.

See Also

Metabase Class | CassiniConfiguration Namespace | Metabase.RegisterApplication Overload List