QuickOPC User's Guide and Reference
OperationEventArgs Class Members
Fields  Properties  Methods 


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace : OperationEventArgs Class

The following tables list the members exposed by OperationEventArgs.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Provides a value to use with events that do not have operation event data.  
Top
Public Properties
 NameDescription
Public PropertyDiagnostics information (such as warnings) assembled during the operation.  
Public PropertyCount of diagnostic information elements assembled during the operation.  
Public PropertyTextual summary of diagnostics information, one message per line.  
Public PropertyGets or sets the error ID of the error.  
Public PropertyGets or sets a message that describes the current exception.  
Public PropertyThe first line of the error message.  
Public PropertyGets the current exception. Contains null reference when no exception.  
Public PropertyA normalized Diagnostics collection.  
Public PropertyA normalized Exception object, or null if there was no error.  
Public PropertyGets indication whether the operation has succeeded.  
Top
Public Methods
 NameDescription
Public Method  
Public MethodOverloaded. Determines whether the specified object is equal to the current object.  
Public MethodServes as the default hash function.  
Public Method  
Public Method  
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodCreates a new object that is a memberwise copy of the current instance.  
Public Method  
Public MethodReturns a long string representation of the current object.  
Public MethodReturns a string that represents the current object.  
Public Method  
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodInfrastructure.  
Protected MethodInfrastructure.  
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

OperationEventArgs Class
OpcLabs.BaseLib.OperationModel Namespace