Class WorkerConnection
Simplified x3270 worker interface class (for scripts started via Script()), usable as a DLL or via COM.
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: X3270is
Assembly: x3270is.dll
Syntax
[ComVisible(true)]
public class WorkerConnection : X3270is, IDisposable
Constructors
| Improve this Doc View SourceWorkerConnection()
Initializes a new instance of the WorkerConnection class.
Declaration
public WorkerConnection()
Methods
| Improve this Doc View SourceDispose()
Dispose the object.
Declaration
[ComVisible(true)]
public void Dispose()
Dispose(Boolean)
Dispose the object.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | True if disposing. |
Implements
System.IDisposable