Click or drag to resize

IntegrationQueryOptionsCreateRequestingHandler Method

Generates an event hander for the integration options

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public static EventHandler<RestRequestEventArgs> CreateRequestingHandler(
	IntegrationQueryOptions options
)

Parameters

options
Type: SanteDB.DisconnectedClient.ServicesIntegrationQueryOptions

[Missing <param name="options"/> documentation for "M:SanteDB.DisconnectedClient.Services.IntegrationQueryOptions.CreateRequestingHandler(SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

Return Value

Type: EventHandlerRestRequestEventArgs

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.IntegrationQueryOptions.CreateRequestingHandler(SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

See Also