The following tables list the members exposed by WcfListConnectorService.
Name | Description | |
---|---|---|
OnActivityAdded | Used to invoke the ActivityAdded event. | |
OnActivityChanged | Used to invoke the ActivityChanged event. | |
OnActivityRemoved | Used to invoke the ActivityRemoved event. | |
OnRemoteCallProcessed | Occurs when a remote call is finished processing and it about to return to the client. | |
OnRemoteCallReceived | Occurs when a remote call is received by a client and is about to be processed. | |
OnValidateSecurityToken | Used to invoke the ValidateSecurityToken event. |
Name | Description | |
---|---|---|
ActivityAdded | Raised after an activity is added. | |
ActivityChanged | Raised after user changes to an activity are committed. | |
ActivityRemoved | Raised after an activity is removed. | |
ValidateSecurityToken | Raised when a call is made on the service so the service can validate the caller. An exception should be thrown from the handler is the security information is invalid. |