MonitoringConnectorSubscription.Update Method ()

 

Applies To: Operations Manager for System Center 2012

Updates the connector subscription.

Namespace:   Microsoft.EnterpriseManagement.ConnectorFramework
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public void Update()
public:
void Update()
member Update : unit -> unit
Public Sub Update

Remarks

This method updates the subscription with the latest values.

Examples

This example gets the first subscription to the first connector and modifies the subscription description, before the update method is called.

See Also

MonitoringConnectorSubscription Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Return to top