| AgsMagicServiceBehaviorApplyServiceBehavior Method |
Add this service behavior
Namespace:
SanteDB.DisconnectedClient.Ags.Behaviors
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public void ApplyServiceBehavior(
RestService service,
ServiceDispatcher dispatcher
)
Public Sub ApplyServiceBehavior (
service As RestService,
dispatcher As ServiceDispatcher
)
public:
virtual void ApplyServiceBehavior(
RestService^ service,
ServiceDispatcher^ dispatcher
) sealed
abstract ApplyServiceBehavior :
service : RestService *
dispatcher : ServiceDispatcher -> unit
override ApplyServiceBehavior :
service : RestService *
dispatcher : ServiceDispatcher -> unit
Parameters
- service
- Type: RestSrvrRestService
[Missing <param name="service"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Behaviors.AgsMagicServiceBehavior.ApplyServiceBehavior(RestSrvr.RestService,RestSrvr.ServiceDispatcher)"]
- dispatcher
- Type: RestSrvrServiceDispatcher
[Missing <param name="dispatcher"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Behaviors.AgsMagicServiceBehavior.ApplyServiceBehavior(RestSrvr.RestService,RestSrvr.ServiceDispatcher)"]
Implements
IServiceBehaviorApplyServiceBehavior(RestService, ServiceDispatcher)See Also