Class CallbackNotifierData
Represents the configuration for the notifier data.
Inheritance
System.Object
CallbackNotifierData
Implements
Namespace: Adobe.PDFServicesSDK.config.notifier
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
[Serializable]
[DataContract]
public class CallbackNotifierData : INotifierData
Constructors
CallbackNotifierData(String)
Constructs an instance of CallbackNotifierData
using a callback url.
Declaration
public CallbackNotifierData(string url)
Parameters
Type | Name | Description |
---|---|---|
System.String | url | callback URL |
CallbackNotifierData(String, Dictionary<String, String>)
Constructs an instance of CallbackNotifierData
using a callback url.
Declaration
public CallbackNotifierData(string url, Dictionary<string, string> headers)
Parameters
Type | Name | Description |
---|---|---|
System.String | url | callback URL |
System.Collections.Generic.Dictionary<System.String, System.String> | headers | callback headers |