Click or drag to resize
BaseIntegrationConnector.ProcessInternalTaskAsync Method
Overload List
  NameDescription
Public methodProcessInternalTaskAsync(GeneralizedInfo, TranslationHelper, TaskTypeEnum, TaskDataTypeEnum, String, String)
Suitable for implementation of asynchronous outcoming object processing. Identifiers of object are already prepared to match external application.
Public methodProcessInternalTaskAsync(ICMSObject, TranslationHelper, TaskTypeEnum, TaskDataTypeEnum, String, String)
Suitable for implementing outcoming CMS object processing. Identifiers of object is already prepared to match external application.
(Overrides AbstractIntegrationConnector.ProcessInternalTaskAsync(ICMSObject, TranslationHelper, TaskTypeEnum, TaskDataTypeEnum, String, String).)
Public methodProcessInternalTaskAsync(TreeNode, TranslationHelper, TaskTypeEnum, TaskDataTypeEnum, String, String)
Suitable for implementation of asynchronous outcoming document processing. Identifiers of document are already prepared to match external application.
Top
See Also