| HdsiServiceBehaviorCopy Method |
Copy the specified resource from the remote to this instance
Namespace:
SanteDB.DisconnectedClient.Ags.Services
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public override IdentifiedData Copy(
string resourceType,
string id
)
Public Overrides Function Copy (
resourceType As String,
id As String
) As IdentifiedData
public:
virtual IdentifiedData^ Copy(
String^ resourceType,
String^ id
) override
abstract Copy :
resourceType : string *
id : string -> IdentifiedData
override Copy :
resourceType : string *
id : string -> IdentifiedData
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.Copy(System.String,System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.Copy(System.String,System.String)"]
Return Value
Type:
IdentifiedData[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.Copy(System.String,System.String)"]
Implements
IHdsiServiceContractCopy(String, String)See Also