Click or drag to resize

BatchHubServiceWebServiceClient Class

Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Domain.BatchHub.Service.WebServiceClientBatchHubServiceWebServiceClient

Namespace:  PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public class BatchHubServiceWebServiceClient : IBatchHubServiceImpl, 
	IBatchHubService

The BatchHubServiceWebServiceClient type exposes the following members.

Constructors
  NameDescription
Public methodBatchHubServiceWebServiceClient
Initializes a new instance of the BatchHubServiceWebServiceClient class
Top
Properties
Methods
  NameDescription
Public methodBatchHubCreateFileContent
Public methodBatchHubGetVaults
Public methodBatchJobAddAttachment
Public methodBatchJobAddDependencies
Public methodBatchJobAppendLog
Public methodBatchJobComplete
Public methodBatchJobCreate
Public methodBatchJobDeactivate
Public methodBatchJobDelete
Public methodBatchJobGetAttachments
Public methodBatchJobGetAttachmentUrl
Public methodBatchJobGetDetails
Public methodBatchJobGetList
Public methodBatchJobGetProperties
Public methodBatchJobGetTableProperties
Public methodBatchJobQuery
Public methodBatchJobReadAttachment
Public methodBatchJobReadLog
Public methodBatchJobReceive
Public methodBatchJobReprioritize
Public methodBatchJobResubmit
Public methodBatchJobSetDescription
Public methodBatchJobSetProperties
Public methodBatchJobSetTableProperties
Public methodBatchJobSubmit
Public methodBatchJobSwitchLane
Public methodBatchQueueGetList
Public methodBatchQueueGetPropertyTemplate
Public methodBatchQueueGetTablePropertyTemplateRow
Public methodBatchWorkerGetList
Public methodBatchWorkerNotify
Public methodBeginAccess
Public methodCreateServiceResult
Public methodCreateServiceResultFailed
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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 methodLogMessage
Public methodLogMethodHeader
Public methodLogMethodParams
Params must be array of pairs: name + value
Public methodLogServiceResult
Log service result on service (connection) level or technical level. Service level is result read from server. Technical level is failure on calling server. The service result is created locally then as description of internal problems.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldStatic members_pLog
Top
See Also