DOFRequest ClassOpenDOF Object Access Library
Encapsulates general information about a DOF request.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFRequest

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public abstract class DOFRequest : DOFImmutable

The DOFRequest type exposes the following members.

Constructors

  NameDescription
Protected methodDOFRequest
Initializes a new instance of the DOFRequest class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetConnectionState
Get the request's connection state.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetObjectID
Get the object identifier used to make the request.
Public methodgetRequestorAddress
Get the address of the requestor for this request.
Public methodgetRequestorID
Get the identifier of the requestor for this request.
Public methodgetRequestType
Get the type of transport used to make the request.
Public methodgetSecurityScope
Get the security scope of the request.
Public methodgetTimeRemaining
Get the request time remaining.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Encapsulates general information about a DOF request. This is passed to many OperationListener derivatives to provide information about the request.
See Also

Reference

Provider
ActivateInterestListener