 | UpstreamEndpointMetadataUtilGetSupportedResources Method |
Get all supported resource types on the specified serviceEndpoint
Namespace: SanteDB.Client.UpstreamAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic IEnumerable<string> GetSupportedResources(
ServiceEndpointType serviceEndpoint
)
Public Function GetSupportedResources (
serviceEndpoint As ServiceEndpointType
) As IEnumerable(Of String)
public:
IEnumerable<String^>^ GetSupportedResources(
ServiceEndpointType serviceEndpoint
)
member GetSupportedResources :
serviceEndpoint : ServiceEndpointType -> IEnumerable<string> Parameters
- serviceEndpoint ServiceEndpointType
[Missing <param name="serviceEndpoint"/> documentation for "M:SanteDB.Client.Upstream.UpstreamEndpointMetadataUtil.GetSupportedResources(SanteDB.Core.Interop.ServiceEndpointType)"]
Return Value
IEnumerableString[Missing <returns> documentation for "M:SanteDB.Client.Upstream.UpstreamEndpointMetadataUtil.GetSupportedResources(SanteDB.Core.Interop.ServiceEndpointType)"]
See Also