| AmiServiceBehaviorResourceOptions Method |
Get resource options
Namespace:
SanteDB.DisconnectedClient.Ags.Services
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public override ServiceResourceOptions ResourceOptions(
string resourceType
)
Public Overrides Function ResourceOptions (
resourceType As String
) As ServiceResourceOptions
public:
virtual ServiceResourceOptions^ ResourceOptions(
String^ resourceType
) override
abstract ResourceOptions :
resourceType : string -> ServiceResourceOptions
override ResourceOptions :
resourceType : string -> ServiceResourceOptions
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.ResourceOptions(System.String)"]
Return Value
Type:
ServiceResourceOptions[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.ResourceOptions(System.String)"]
Implements
IAmiServiceContractResourceOptions(String)See Also