Click or drag to resize
RemoteServiceAgentBroker Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class that defines a particular remote service agent broker.
Inheritance Hierarchy
SystemObject
  DataPAServerSecurityRemoteServiceAgentBroker

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class RemoteServiceAgentBroker : RemoteServiceAgentBroker_RemoteServiceAgentBroker, 
	ISerializable, IComparable

The RemoteServiceAgentBroker type exposes the following members.

Constructors
  NameDescription
Public methodRemoteServiceAgentBroker
Initializes a new instance of the RemoteServiceAgentBroker class
Top
Methods
Fields
Properties
  NameDescription
Public propertyAddress
Gets and sets the Address of this RemoteServiceAgentBroker
Public propertyGuid
Gets and sets a Guid that uniquely identifies this object
Public propertyID
Gets a unique id string for this object
Public propertyName
Gets and sets the name of this RemoteServiceAgentBroker
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyServiceAgentBrokerSecureKey
Gets and sets the hashed secure key for the Remote Service Agent Broker
Public propertyTimeOut
Gets and sets the timeout for the remote service agent broker connection
Top
Remarks