Click or drag to resize

DispatcherQueueResourceHandlerTryGetChainedResource Method

Try to get a chained resource

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public bool TryGetChainedResource(
	string propertyName,
	ChildObjectScopeBinding bindingType,
	out IApiChildResourceHandler childHandler
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:SanteDB.Rest.AMI.Resources.DispatcherQueueResourceHandler.TryGetChainedResource(System.String,SanteDB.Core.Interop.ChildObjectScopeBinding,SanteDB.Rest.Common.IApiChildResourceHandler@)"]

bindingType
Type: SanteDB.Core.InteropChildObjectScopeBinding

[Missing <param name="bindingType"/> documentation for "M:SanteDB.Rest.AMI.Resources.DispatcherQueueResourceHandler.TryGetChainedResource(System.String,SanteDB.Core.Interop.ChildObjectScopeBinding,SanteDB.Rest.Common.IApiChildResourceHandler@)"]

childHandler
Type: SanteDB.Rest.CommonIApiChildResourceHandler

[Missing <param name="childHandler"/> documentation for "M:SanteDB.Rest.AMI.Resources.DispatcherQueueResourceHandler.TryGetChainedResource(System.String,SanteDB.Core.Interop.ChildObjectScopeBinding,SanteDB.Rest.Common.IApiChildResourceHandler@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.DispatcherQueueResourceHandler.TryGetChainedResource(System.String,SanteDB.Core.Interop.ChildObjectScopeBinding,SanteDB.Rest.Common.IApiChildResourceHandler@)"]

Implements

IChainedApiResourceHandlerTryGetChainedResource(String, ChildObjectScopeBinding, IApiChildResourceHandler)
See Also