.NET Based OPC UA Client/Server SDK  3.2.1.522
UnifiedAutomation.UaServer.PubSubKeyPushTargetModel Class Reference

https://reference.opcfoundation.org/v105/Core/docs/Part14/8.6.1 More...

Inherits UnifiedAutomation.UaServer.BaseObjectModel, and UnifiedAutomation.UaServer.IMethodDispatcher.

Public Member Functions

 PubSubKeyPushTargetModel ()
 Initializes a new instance of the PubSubKeyPushTargetModel class. More...
 
 PubSubKeyPushTargetModel (PubSubKeyPushTargetModel template)
 Initializes a new instance of the PubSubKeyPushTargetModel class. More...
 
virtual CallMethodEventHandler GetMethodDispatcher (RequestContext context, NodeId objectId, NodeId methodId)
 Gets the method dispatcher. More...
 
virtual StatusCode DispatchMethod (RequestContext context, MethodHandle methodHandle, IList< Variant > inputArguments, List< StatusCode > inputArgumentResults, List< Variant > outputArguments)
 Dispatches the method. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseObjectModel
 BaseObjectModel ()
 Initializes a new instance of the BaseObjectModel class. More...
 
 BaseObjectModel (BaseObjectModel template)
 Initializes a new instance of the BaseObjectModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Properties

string ApplicationUri [get, set]
 Gets or sets the ApplicationUri More...
 
string EndpointUrl [get, set]
 Gets or sets the EndpointUrl More...
 
DateTime LastPushErrorTime [get, set]
 Gets or sets the LastPushErrorTime More...
 
DateTime LastPushExecutionTime [get, set]
 Gets or sets the LastPushExecutionTime More...
 
ushort RequestedKeyCount [get, set]
 Gets or sets the RequestedKeyCount More...
 
double RetryInterval [get, set]
 Gets or sets the RetryInterval More...
 
string SecurityPolicyUri [get, set]
 Gets or sets the SecurityPolicyUri More...
 
UserTokenPolicy UserTokenType [get, set]
 Gets or sets the UserTokenType More...
 
IPubSubKeyPushTargetMethods PubSubKeyPushTargetMethods [get, set]
 Gets or sets the PubSubKeyPushTarget methods. More...
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.PubSubKeyPushTargetModel ( )

Initializes a new instance of the PubSubKeyPushTargetModel class.

UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.PubSubKeyPushTargetModel ( PubSubKeyPushTargetModel  template)

Initializes a new instance of the PubSubKeyPushTargetModel class.

Parameters
templateThe template.

Member Function Documentation

virtual StatusCode UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.DispatchMethod ( RequestContext  context,
MethodHandle  methodHandle,
IList< Variant inputArguments,
List< StatusCode inputArgumentResults,
List< Variant outputArguments 
)
virtual

Dispatches the method.

Parameters
contextThe context.
methodHandleThe method handle.
inputArgumentsThe input arguments.
inputArgumentResultsThe input argument results.
outputArgumentsThe output arguments.
Returns
virtual CallMethodEventHandler UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.GetMethodDispatcher ( RequestContext  context,
NodeId  objectId,
NodeId  methodId 
)
virtual

Gets the method dispatcher.

Parameters
contextThe context.
objectIdThe object id.
methodIdThe method id.
Returns

Implements UnifiedAutomation.UaServer.IMethodDispatcher.

Property Documentation

string UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.ApplicationUri
getset

Gets or sets the ApplicationUri

string UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.EndpointUrl
getset

Gets or sets the EndpointUrl

DateTime UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.LastPushErrorTime
getset

Gets or sets the LastPushErrorTime

DateTime UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.LastPushExecutionTime
getset

Gets or sets the LastPushExecutionTime

IPubSubKeyPushTargetMethods UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.PubSubKeyPushTargetMethods
getset

Gets or sets the PubSubKeyPushTarget methods.

The PubSubKeyPushTarget methods.

ushort UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.RequestedKeyCount
getset

Gets or sets the RequestedKeyCount

double UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.RetryInterval
getset

Gets or sets the RetryInterval

string UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.SecurityPolicyUri
getset

Gets or sets the SecurityPolicyUri

UserTokenPolicy UnifiedAutomation.UaServer.PubSubKeyPushTargetModel.UserTokenType
getset

Gets or sets the UserTokenType


The documentation for this class was generated from the following file: