 | UpstreamAmiServiceBehaviorGetVersion Method |
Get a specific version of the resource
Namespace: SanteDB.Rest.AMIAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic override Object GetVersion(
string resourceType,
string key,
string versionKey
)
Public Overrides Function GetVersion (
resourceType As String,
key As String,
versionKey As String
) As Object
public:
virtual Object^ GetVersion(
String^ resourceType,
String^ key,
String^ versionKey
) override
abstract GetVersion :
resourceType : string *
key : string *
versionKey : string -> Object
override GetVersion :
resourceType : string *
key : string *
versionKey : string -> Object Parameters
- resourceType String
- The type of resource
- key String
- The key of the resource
- versionKey String
- The version key to retrieve
Return Value
ObjectThe object as it existed at that version
Implements
IAmiServiceContractGetVersion(String, String, String)
See Also