ConnectorImportAds Method (Stream, String) |
Imports ads from the specified stream to the eSales cluster.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public virtual void ImportAds(
Stream stream,
string name
)
Parameters
- stream
- Type: System.IOStream
The stream containing ad data - name
- Type: SystemString
A unique identifier for the request. If null, a generated id will be used.
Exceptions Exception | Condition |
---|
ArgumentException | stream is . |
FetchClusterException | No server could provide required connection information for the cluster. |
BusyClusterException | Cluster is busy with another task. |
IOException | A server reconfigured the connector to use an empty cluster. |
See Also