Click or drag to resize

AgsSerializationEndpointBehaviorApplyEndpointBehavior Method

Apply the behavior

Namespace:  SanteDB.DisconnectedClient.Ags.Behaviors
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public void ApplyEndpointBehavior(
	ServiceEndpoint endpoint,
	EndpointDispatcher dispatcher
)

Parameters

endpoint
Type: RestSrvrServiceEndpoint

[Missing <param name="endpoint"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Behaviors.AgsSerializationEndpointBehavior.ApplyEndpointBehavior(RestSrvr.ServiceEndpoint,RestSrvr.EndpointDispatcher)"]

dispatcher
Type: RestSrvrEndpointDispatcher

[Missing <param name="dispatcher"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Behaviors.AgsSerializationEndpointBehavior.ApplyEndpointBehavior(RestSrvr.ServiceEndpoint,RestSrvr.EndpointDispatcher)"]

Implements

IEndpointBehaviorApplyEndpointBehavior(ServiceEndpoint, EndpointDispatcher)
See Also