| AgsPermissionPolicyBehaviorApplyOperationBehavior Method |
Apply the operation policy behavior
Namespace:
SanteDB.DisconnectedClient.Ags.Behaviors
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public void ApplyOperationBehavior(
EndpointOperation operation,
OperationDispatcher dispatcher
)
Public Sub ApplyOperationBehavior (
operation As EndpointOperation,
dispatcher As OperationDispatcher
)
public:
virtual void ApplyOperationBehavior(
EndpointOperation^ operation,
OperationDispatcher^ dispatcher
) sealed
abstract ApplyOperationBehavior :
operation : EndpointOperation *
dispatcher : OperationDispatcher -> unit
override ApplyOperationBehavior :
operation : EndpointOperation *
dispatcher : OperationDispatcher -> unit
Parameters
- operation
- Type: RestSrvrEndpointOperation
[Missing <param name="operation"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Behaviors.AgsPermissionPolicyBehavior.ApplyOperationBehavior(RestSrvr.EndpointOperation,RestSrvr.OperationDispatcher)"]
- dispatcher
- Type: RestSrvrOperationDispatcher
[Missing <param name="dispatcher"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Behaviors.AgsPermissionPolicyBehavior.ApplyOperationBehavior(RestSrvr.EndpointOperation,RestSrvr.OperationDispatcher)"]
Implements
IOperationBehaviorApplyOperationBehavior(EndpointOperation, OperationDispatcher)See Also