BulkResponseTResponse Class |
Namespace: Telogis.GeoBase
The BulkResponseTResponse type exposes the following members.
Name | Description | |
---|---|---|
Errors |
An array of descriptions for errors encountered when executing sub operations within the bulk operation.
An error element will have the same index as the corresponding request element.
Error elements may be null.
| |
Responses |
An array of responses from the bulk operation.
A response element will have the same index as the corresponding request element.
Response elements may be null.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |