The NBByteArrayPollingResult type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| NBByteArrayPollingResult(NBPollingInputConnector, Byte ) |
Provides a default implementation.
| |
| NBByteArrayPollingResult(NBPollingInputConnector, Byte , Int64) |
Provides a default implementation.
|
Methods
| Name | Description | |
|---|---|---|
| BuildInputRecord |
Provides a default implementation of BuildInputRecord.
(Overrides NBPollingResult BuildInputRecord .) | |
| BuildProperties |
This is called by the broker to see if additional information found in the record is required.
(Inherited from NBPollingResult.) | |
| Confirm |
This is called by the broker if the processing of the result completes without error.
(Inherited from NBPollingResult.) | |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetBytes |
Returns the data associated with this result.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| LogResult |
This is called by the broker after ReadData to allow the connector writer to do their own logging.
(Inherited from NBPollingResult.) | |
| MarkAsFailed |
This is called by the broker if the processing of the result fails with an error.
(Inherited from NBPollingResult.) | |
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Fields
| Name | Description | |
|---|---|---|
| properties |
The properties that will make up the LocalEnvironment
(Inherited from NBPollingResult.) |
Properties
| Name | Description | |
|---|---|---|
| Connector |
Returns the owning NBPollingInputConnector.
(Inherited from NBPollingResult.) | |
| Offset |
Returns the offset passed in on the constructor, or if the two argument constructor was used, the Length of the byte array.
| |
| ResultSource |
This is called by the broker after a result is returned.
(Inherited from NBPollingResult.) |
See Also