 | AmiServiceBehaviorBaseGet Method |
Get the specified resource
Namespace:
SanteDB.Messaging.AMI.Wcf
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntaxpublic virtual Object Get(
string resourceType,
string key
)
Public Overridable Function Get (
resourceType As String,
key As String
) As Object
public:
virtual Object^ Get(
String^ resourceType,
String^ key
)
abstract Get :
resourceType : string *
key : string -> Object
override Get :
resourceType : string *
key : string -> Object
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.Get(System.String,System.String)"]
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.Get(System.String,System.String)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.Get(System.String,System.String)"]
Implements
IAmiServiceContractGet(String, String)
See Also