CrmCalloutBase Class

banner art

Specifies the base class from which a callout component is derived.

The CrmCalloutBase class inherits from MarshalByRefObject. It implements the ICrmCalloutEx interface. It exposes the following members.

Instance Method Description
PostAssign Specifies a method called after an assign operation.
PostCreate Specifies a method called after a create operation.
PostDelete Specifies a method called after a delete operation.
PostDeliver Specifies a method called after a deliver e-mail operation.
PostMerge Specifies a method called after a merge operation.
PostSetState Specifies a method called after a set state operation.
PostUpdate Specifies a method called after an update operation.
PreAssign Specifies a method called before an assign operation.
PreCreate Specifies a method called before a create operation.
PreDelete Specifies a method called before a delete operation.
PreMerge Specifies a method called before a merge operation.
PreSend Specifies a method called before a send e-mail operation.
PreSetState Specifies a method called before a set state operation.
PreUpdate Specifies a method called before an update operation.

Remarks

Your callout component must be derived from this class.

Requirements

Namespace: Microsoft.Crm.Callout

Assembly: microsoft.crm.platform.callout.base.dll

See Also

© 2007 Microsoft Corporation. All rights reserved.