EnterpriseManagementObjectBaseWithProperties.Commit Method

Definition

Commits the current instance to the data store.

Overloads

Commit()

Commits the current instance to the data store using the default connector.

Commit(EnterpriseManagementConnector)

Commits the current instance to the data store using the specified connector.

Commit()

Commits the current instance to the data store using the default connector.

public:
 abstract void Commit();
public abstract void Commit ();
abstract member Commit : unit -> unit
Public MustOverride Sub Commit ()

Applies to

Commit(EnterpriseManagementConnector)

Commits the current instance to the data store using the specified connector.

public:
 abstract void Commit(Microsoft::EnterpriseManagement::ConnectorFramework::EnterpriseManagementConnector ^ connector);
public abstract void Commit (Microsoft.EnterpriseManagement.ConnectorFramework.EnterpriseManagementConnector connector);
abstract member Commit : Microsoft.EnterpriseManagement.ConnectorFramework.EnterpriseManagementConnector -> unit
Public MustOverride Sub Commit (connector As EnterpriseManagementConnector)

Parameters

connector
EnterpriseManagementConnector

The connector.

Applies to