IContextActionService Interface
Summary
The context action service receive requests from context participants to perform a context action.
Syntax
[ServiceContractAttribute(Name="IContextActionService")]
public interface IContextActionService : IBaseService
<ServiceContractAttribute("IContextActionService")>
Public Interface IContextActionService
Inherits IBaseService
[ServiceContractAttribute("IContextActionService")]
public interface class IContextActionService : public IBaseService