| ApplicationContextDemand Method (String) |
Demand the policy
Namespace:
SanteDB.DisconnectedClient
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public void Demand(
string policyId
)
Public Sub Demand (
policyId As String
)
public:
virtual void Demand(
String^ policyId
) sealed
abstract Demand :
policyId : string -> unit
override Demand :
policyId : string -> unit
Parameters
- policyId
- Type: SystemString
[Missing <param name="policyId"/> documentation for "M:SanteDB.DisconnectedClient.ApplicationContext.Demand(System.String)"]
Implements
IPolicyEnforcementServiceDemand(String)See Also