Asynchronously retrieves a list of files present on the Central Campaign Server.
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 GetResourceListAsync( ResourceType resourceType, EventHandler<AsyncCompletedEventArgs<string[]>> completionCallback, Object state ) |
Visual Basic |
---|
Public Sub GetResourceListAsync ( _ resourceType As ResourceType, _ completionCallback As EventHandler(Of AsyncCompletedEventArgs(Of String())), _ state As Object _ ) |
Parameters
- resourceType
- Type: ININ.IceLib.Configuration.Dialer..::..ResourceType
type of file to upload (Wave, UDL or TimezoneMap)
- completionCallback
- Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'array<String>[]()[][]>)>)>>)>)>
The method to call upon completion.
- state
- Type: System..::..Object