Click or drag to resize

BulkResponseTResponse Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Container for responses/errors from a bulk operation (GeoCoding, Reverse GeoCoding, Data Query)
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseBulkResponseTResponse

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class BulkResponse<TResponse>

Type Parameters

TResponse

The BulkResponseTResponse type exposes the following members.

Properties
  NameDescription
Public propertyErrors
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.
Public propertyResponses
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also