Asynchronously retrieves the information necessary to send an http request to either the Central Campaign Server or the Outbound Dialing server. Requires the core Dialer config admin right.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public void GetHttpRequestKeyAsync( ConfigurationId id, ServerType serverType, EventHandler<AsyncCompletedEventArgs<HttpRequestKey>> completionCallback, Object state ) |
Visual Basic |
---|
Public Sub GetHttpRequestKeyAsync ( _ id As ConfigurationId, _ serverType As ServerType, _ completionCallback As EventHandler(Of AsyncCompletedEventArgs(Of HttpRequestKey)), _ state As Object _ ) |
Parameters
- id
- Type: ConfigurationId
The id of the object that will use this key (e.g. contact list for export/import operations). Use ConfigurationId.None for uploading miscellaneous files.
- serverType
- Type: ININ.IceLib.Configuration.Dialer..::..ServerType
the ServerType enum representing the server type.
- completionCallback
- Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'HttpRequestKey>)>)>>)>)>
The method to call upon completion.
- state
- Type: System..::..Object