Click or drag to resize

TcpAsyncResultCollection Class

Syncronized collection containing TcpKsiServiceProtocol asyncResults.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.Service.TcpTcpAsyncResultCollection

Namespace:  Guardtime.KSI.Service.Tcp
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class TcpAsyncResultCollection

The TcpAsyncResultCollection type exposes the following members.

Constructors
  NameDescription
Public methodTcpAsyncResultCollection
Top
Methods
  NameDescription
Public methodAdd
Add new async result into the collection
Public methodClear
Clear collection
Public methodCount
Count of elements in collection
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetKeys
Get all keys
Public methodGetType (Inherited from Object.)
Public methodGetValue
Get specific async result
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Remove async result from the collection
Public methodToString (Inherited from Object.)
Top
See Also