WebexTriggerOperations Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trigger operation name constants for the Webex connector.
Use these constants with the [ConnectorTrigger] attribute's OperationName property
and with the Connector Namespace TriggerConfig operationName field.
public static class WebexTriggerOperations
type WebexTriggerOperations = class
Public Class WebexTriggerOperations
- Inheritance
-
WebexTriggerOperations
Fields
| Name | Description |
|---|---|
| OnMembershipsCreated |
When a membership is created. |
| OnMembershipsDeleted |
When a membership is deleted. |
| OnMembershipsUpdated |
When a membership is updated. |
| OnMessagesCreated |
When a message is created. |
| OnMessagesDeleted |
When a message is deleted. |
| OnSpaceCreated |
When a space is created. |
| OnSpaceUpdated |
When a space is updated. |