Click or drag to resize

MetadataServiceBehaviorGetMetadata Method

Get the swagger documentation

Namespace: SanteDB.Messaging.Metadata.Rest
Assembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntax
public Object GetMetadata(
	string serviceName,
	string composer
)

Parameters

serviceName  String

[Missing <param name="serviceName"/> documentation for "M:SanteDB.Messaging.Metadata.Rest.MetadataServiceBehavior.GetMetadata(System.String,System.String)"]

composer  String

[Missing <param name="composer"/> documentation for "M:SanteDB.Messaging.Metadata.Rest.MetadataServiceBehavior.GetMetadata(System.String,System.String)"]

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Messaging.Metadata.Rest.MetadataServiceBehavior.GetMetadata(System.String,System.String)"]

Implements

IMetadataServiceContractGetMetadata(String, String)
See Also