Share via


Context.Submit Method

Submits a CustomAlert object to the MOM runtime.

 public void Submit(
    Microsoft.EnterpriseManagement.Mom.CustomAlert alertSubmitted
);

Parameters

  • alertSubmitted
    A CustomAlert object to add directly to the MOM runtime.

Exceptions

Exception Type Condition
System.ArgumentNullException This exception is caused by passing one or more null argument values.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom.Runtime

Assembly: MOM.Context (in MOM.Context.dll)

See Also

Context Class | Context Members | CustomAlert Class