Asynchronously retrieves a list of Central Campaign server parameters
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 GetCampaignServerParametersAsync( EventHandler<AsyncCompletedEventArgs<Collection<ParameterNameValue>>> callback, Object userState ) |
Visual Basic |
---|
Public Sub GetCampaignServerParametersAsync ( _ callback As EventHandler(Of AsyncCompletedEventArgs(Of Collection(Of ParameterNameValue))), _ userState As Object _ ) |
Parameters
- callback
- Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'Collection<(Of <(<'ParameterNameValue>)>)>>)>)>>)>)>
- userState
- Type: System..::..Object