Share via


RemoteUpdateService Class

Definition

public ref class RemoteUpdateService : MarshalByRefObject, Microsoft::RuleEngine::IRuleEngineUpdateServiceInterface
public class RemoteUpdateService : MarshalByRefObject, Microsoft.RuleEngine.IRuleEngineUpdateServiceInterface
type RemoteUpdateService = class
    inherit MarshalByRefObject
    interface IRuleEngineUpdateServiceInterface
Public Class RemoteUpdateService
Inherits MarshalByRefObject
Implements IRuleEngineUpdateServiceInterface
Inheritance
RemoteUpdateService
Implements

Constructors

RemoteUpdateService()

Fields

ServiceName

Properties

UpdateServiceId

Methods

DoSomeWork()
GetDefinition(String)
GetDefinition(String, Int32, Int32)
GetLatest(String)
GetTrackingConfigInfo(RuleSetInfo)
InitializeLifetimeService()
IsAuthorizationsEnabled()
IsRuleSetAccessible(RuleSetInfo)
LocateObject(String, String)
LocateObject(String, String, Object[])
OnPolicyUpdateMessage(PolicyUpdateInfo)
Quit()
RegisterPolicyAuthorizationUpdateCallback(RemoteUpdateCallbackRepeater)
RegisterPolicyDeploymentUpdateCallback(String, RemoteUpdateCallbackRepeater)
UnregisterPolicyAuthorizationUpdateCallback(RemoteUpdateCallbackRepeater)
UnregisterPolicyDeploymentUpdateCallback(String, RemoteUpdateCallbackRepeater)

Applies to