Click or drag to resize

BatchHubServiceWebService Class

Inheritance Hierarchy

Namespace:  PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient.Proxy
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public class BatchHubServiceWebService : SoapHttpClientProtocol

The BatchHubServiceWebService type exposes the following members.

Constructors
  NameDescription
Public methodBatchHubServiceWebService
Initializes a new instance of the BatchHubServiceWebService class
Top
Properties
  NameDescription
Public propertyAllowAutoRedirect
Gets or sets whether the client automatically follows server redirects.
(Inherited from HttpWebClientProtocol.)
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyClientCertificates
Gets the collection of client certificates.
(Inherited from HttpWebClientProtocol.)
Public propertyConnectionGroupName
Gets or sets the name of the connection group for the request.
(Inherited from WebClientProtocol.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCookieContainer
Gets or sets the collection of cookies.
(Inherited from HttpWebClientProtocol.)
Public propertyCredentials
Gets or sets security credentials for XML Web service client authentication.
(Inherited from WebClientProtocol.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEnableDecompression
Gets or sets a value that indicates whether decompression is enabled for this HttpWebClientProtocol.
(Inherited from HttpWebClientProtocol.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyPreAuthenticate
Gets or sets whether pre-authentication is enabled.
(Inherited from WebClientProtocol.)
Public propertyProxy
Gets or sets proxy information for making an XML Web service request through a firewall.
(Inherited from HttpWebClientProtocol.)
Public propertyRequestEncoding
The Encoding used to make the client request to the XML Web service.
(Inherited from WebClientProtocol.)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertySoapVersion
Gets or sets the version of the SOAP protocol used to make the SOAP request to the XML Web service.
(Inherited from SoapHttpClientProtocol.)
Public propertyTimeout
Indicates the time an XML Web service client waits for the reply to a synchronous XML Web service request to arrive (in milliseconds).
(Inherited from WebClientProtocol.)
Public propertyUnsafeAuthenticatedConnectionSharing
Gets or sets a value that indicates whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server that hosts the XML Web service.
(Inherited from HttpWebClientProtocol.)
Public propertyUrl
Gets or sets the base URL of the XML Web service the client is requesting.
(Inherited from WebClientProtocol.)
Public propertyUseDefaultCredentials
Gets or sets a value that indicates whether to set the Credentials property to the value of the DefaultCredentials property.
(Inherited from WebClientProtocol.)
Public propertyUserAgent
Gets or sets the value for the user agent header that is sent with each request.
(Inherited from HttpWebClientProtocol.)
Top
Methods
  NameDescription
Public methodAbort
Cancels a request to an XML Web service method.
(Inherited from WebClientProtocol.)
Public methodBatchHubCreateFileContent
Public methodBatchHubCreateFileContentAsync(String, String, Int64, String)
Public methodBatchHubCreateFileContentAsync(String, String, Int64, String, Object)
Public methodBatchHubGetVaults
Public methodBatchHubGetVaultsAsync(String)
Public methodBatchHubGetVaultsAsync(String, Object)
Public methodBatchJobAddAttachment
Public methodBatchJobAddAttachmentAsync(String, String, BatchJobAttachmentCreateInfo)
Public methodBatchJobAddAttachmentAsync(String, String, BatchJobAttachmentCreateInfo, Object)
Public methodBatchJobAddDependencies
Public methodBatchJobAddDependenciesAsync(String, String, String)
Public methodBatchJobAddDependenciesAsync(String, String, String, Object)
Public methodBatchJobAppendLog
Public methodBatchJobAppendLogAsync(String, String, String)
Public methodBatchJobAppendLogAsync(String, String, String, Object)
Public methodBatchJobComplete
Public methodBatchJobCompleteAsync(String, String, BatchJobCompletionStatus)
Public methodBatchJobCompleteAsync(String, String, BatchJobCompletionStatus, Object)
Public methodBatchJobCreate
Public methodBatchJobCreateAsync(String, String, Int64, String, BatchJobPriority, String, BatchJobPropertyInfo, BatchJobTablePropertyRowInfo, String, BatchJobAttachmentCreateInfo, Boolean)
Public methodBatchJobCreateAsync(String, String, Int64, String, BatchJobPriority, String, BatchJobPropertyInfo, BatchJobTablePropertyRowInfo, String, BatchJobAttachmentCreateInfo, Boolean, Object)
Public methodBatchJobDeactivate
Public methodBatchJobDeactivateAsync(String, String, String)
Public methodBatchJobDeactivateAsync(String, String, String, Object)
Public methodBatchJobDelete
Public methodBatchJobDeleteAsync(String, String, BatchJobStatus)
Public methodBatchJobDeleteAsync(String, String, BatchJobStatus, Object)
Public methodBatchJobGetAttachments
Public methodBatchJobGetAttachmentsAsync(String, String)
Public methodBatchJobGetAttachmentsAsync(String, String, Object)
Public methodBatchJobGetAttachmentUrl
Public methodBatchJobGetAttachmentUrlAsync(String, String, String)
Public methodBatchJobGetAttachmentUrlAsync(String, String, String, Object)
Public methodBatchJobGetDetails
Public methodBatchJobGetDetailsAsync(String, String)
Public methodBatchJobGetDetailsAsync(String, String, Object)
Public methodBatchJobGetList
Public methodBatchJobGetListAsync(String, BatchJobFilterInfo, Int32)
Public methodBatchJobGetListAsync(String, BatchJobFilterInfo, Int32, Object)
Public methodBatchJobGetProperties
Public methodBatchJobGetPropertiesAsync(String, String)
Public methodBatchJobGetPropertiesAsync(String, String, Object)
Public methodBatchJobGetTableProperties
Public methodBatchJobGetTablePropertiesAsync(String, String)
Public methodBatchJobGetTablePropertiesAsync(String, String, Object)
Public methodBatchJobQuery
Public methodBatchJobQueryAsync(String, BatchJobFilterInfo, BatchJobQueryFieldInfo, Int32)
Public methodBatchJobQueryAsync(String, BatchJobFilterInfo, BatchJobQueryFieldInfo, Int32, Object)
Public methodBatchJobReadAttachment
Public methodBatchJobReadAttachmentAsync(String, String, String)
Public methodBatchJobReadAttachmentAsync(String, String, String, Object)
Public methodBatchJobReadLog
Public methodBatchJobReadLogAsync(String, String)
Public methodBatchJobReadLogAsync(String, String, Object)
Public methodBatchJobReceive
Public methodBatchJobReceiveAsync(String, String, Boolean, Int64, String, Int32)
Public methodBatchJobReceiveAsync(String, String, Boolean, Int64, String, Int32, Object)
Public methodBatchJobReprioritize
Public methodBatchJobReprioritizeAsync(String, String, BatchJobPriority)
Public methodBatchJobReprioritizeAsync(String, String, BatchJobPriority, Object)
Public methodBatchJobResubmit
Public methodBatchJobResubmitAsync(String, String, String)
Public methodBatchJobResubmitAsync(String, String, String, Object)
Public methodBatchJobSetDescription
Public methodBatchJobSetDescriptionAsync(String, String, String)
Public methodBatchJobSetDescriptionAsync(String, String, String, Object)
Public methodBatchJobSetProperties
Public methodBatchJobSetPropertiesAsync(String, String, BatchJobPropertyInfo)
Public methodBatchJobSetPropertiesAsync(String, String, BatchJobPropertyInfo, Object)
Public methodBatchJobSetTableProperties
Public methodBatchJobSetTablePropertiesAsync(String, String, BatchJobTablePropertyRowInfo)
Public methodBatchJobSetTablePropertiesAsync(String, String, BatchJobTablePropertyRowInfo, Object)
Public methodBatchJobSubmit
Public methodBatchJobSubmitAsync(String, String, String)
Public methodBatchJobSubmitAsync(String, String, String, Object)
Public methodBatchJobSwitchLane
Public methodBatchJobSwitchLaneAsync(String, String, Int64)
Public methodBatchJobSwitchLaneAsync(String, String, Int64, Object)
Public methodBatchQueueGetList
Public methodBatchQueueGetListAsync(String)
Public methodBatchQueueGetListAsync(String, Object)
Public methodBatchQueueGetPropertyTemplate
Public methodBatchQueueGetPropertyTemplateAsync(String, String)
Public methodBatchQueueGetPropertyTemplateAsync(String, String, Object)
Public methodBatchQueueGetTablePropertyTemplateRow
Public methodBatchQueueGetTablePropertyTemplateRowAsync(String, String)
Public methodBatchQueueGetTablePropertyTemplateRowAsync(String, String, Object)
Public methodBatchWorkerGetList
Public methodBatchWorkerGetListAsync(String)
Public methodBatchWorkerGetListAsync(String, Object)
Public methodBatchWorkerNotify
Public methodBatchWorkerNotifyAsync(String, String)
Public methodBatchWorkerNotifyAsync(String, String, Object)
Public methodBeginBatchHubCreateFileContent
Public methodBeginBatchHubGetVaults
Public methodBeginBatchJobAddAttachment
Public methodBeginBatchJobAddDependencies
Public methodBeginBatchJobAppendLog
Public methodBeginBatchJobComplete
Public methodBeginBatchJobCreate
Public methodBeginBatchJobDeactivate
Public methodBeginBatchJobDelete
Public methodBeginBatchJobGetAttachments
Public methodBeginBatchJobGetAttachmentUrl
Public methodBeginBatchJobGetDetails
Public methodBeginBatchJobGetList
Public methodBeginBatchJobGetProperties
Public methodBeginBatchJobGetTableProperties
Public methodBeginBatchJobQuery
Public methodBeginBatchJobReadAttachment
Public methodBeginBatchJobReadLog
Public methodBeginBatchJobReceive
Public methodBeginBatchJobReprioritize
Public methodBeginBatchJobResubmit
Public methodBeginBatchJobSetDescription
Public methodBeginBatchJobSetProperties
Public methodBeginBatchJobSetTableProperties
Public methodBeginBatchJobSubmit
Public methodBeginBatchJobSwitchLane
Public methodBeginBatchQueueGetList
Public methodBeginBatchQueueGetPropertyTemplate
Public methodBeginBatchQueueGetTablePropertyTemplateRow
Public methodBeginBatchWorkerGetList
Public methodBeginBatchWorkerNotify
Protected methodBeginInvoke
Starts an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from SoapHttpClientProtocol.)
Public methodBeginLogin
Public methodCancelAsync
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDiscover
Dynamically binds to an XML Web service described in the discovery document at Url.
(Inherited from SoapHttpClientProtocol.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.)
Public methodEndBatchHubCreateFileContent
Public methodEndBatchHubGetVaults
Public methodEndBatchJobAddAttachment
Public methodEndBatchJobAddDependencies
Public methodEndBatchJobAppendLog
Public methodEndBatchJobComplete
Public methodEndBatchJobCreate
Public methodEndBatchJobDeactivate
Public methodEndBatchJobDelete
Public methodEndBatchJobGetAttachments
Public methodEndBatchJobGetAttachmentUrl
Public methodEndBatchJobGetDetails
Public methodEndBatchJobGetList
Public methodEndBatchJobGetProperties
Public methodEndBatchJobGetTableProperties
Public methodEndBatchJobQuery
Public methodEndBatchJobReadAttachment
Public methodEndBatchJobReadLog
Public methodEndBatchJobReceive
Public methodEndBatchJobReprioritize
Public methodEndBatchJobResubmit
Public methodEndBatchJobSetDescription
Public methodEndBatchJobSetProperties
Public methodEndBatchJobSetTableProperties
Public methodEndBatchJobSubmit
Public methodEndBatchJobSwitchLane
Public methodEndBatchQueueGetList
Public methodEndBatchQueueGetPropertyTemplate
Public methodEndBatchQueueGetTablePropertyTemplateRow
Public methodEndBatchWorkerGetList
Public methodEndBatchWorkerNotify
Protected methodEndInvoke
Ends an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from SoapHttpClientProtocol.)
Public methodEndLogin
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetReaderForMessage
Returns an XmlReader initialized with the Stream property of the SoapClientMessage parameter.
(Inherited from SoapHttpClientProtocol.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetWebRequest
Creates a WebRequest for the specified uri.
(Inherited from SoapHttpClientProtocol.)
Protected methodGetWebResponse(WebRequest)
Returns a response from a synchronous request to an XML Web service method.
(Inherited from HttpWebClientProtocol.)
Protected methodGetWebResponse(WebRequest, IAsyncResult)
Returns a response from an asynchronous request to an XML Web service method.
(Inherited from HttpWebClientProtocol.)
Protected methodGetWriterForMessage
Returns a XmlWriter initialized with the Stream property of the SoapClientMessage parameter.
(Inherited from SoapHttpClientProtocol.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodInvoke
Invokes an XML Web service method synchronously using SOAP.
(Inherited from SoapHttpClientProtocol.)
Protected methodInvokeAsync(String, Object, SendOrPostCallback)
Invokes the specified method asynchronously.
(Inherited from SoapHttpClientProtocol.)
Protected methodInvokeAsync(String, Object, SendOrPostCallback, Object)
Invokes the specified method asynchronously.
(Inherited from SoapHttpClientProtocol.)
Public methodLogin
Public methodLoginAsync(String, String)
Public methodLoginAsync(String, String, Object)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Top
Events
Remarks