Click or drag to resize

ComplexApiCallArgs Class

base class for the argument objects used for API calls that have many parameters
Inheritance Hierarchy
SystemObject
  Articy.ApiComplexApiCallArgs
    More...

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public class ComplexApiCallArgs

The ComplexApiCallArgs type exposes the following members.

Properties
  NameDescription
Public propertyLogSourceName
The "source" name that should be used when the action that receives the arguments wants to report Progress or other logging output. You will encounter this name as "aMessageSource" within you logging callback
Top
See Also
Inheritance Hierarchy