Asynchronously perform timezone mapping test
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 TimezoneMapDatasetTestAsync( TimezoneMapDatasetFormat format, string filePath, EventHandler<AsyncCompletedEventArgs<TimezoneMapDatasetTestResult>> completionCallback, Object state ) |
Visual Basic |
---|
Public Sub TimezoneMapDatasetTestAsync ( _ format As TimezoneMapDatasetFormat, _ filePath As String, _ completionCallback As EventHandler(Of AsyncCompletedEventArgs(Of TimezoneMapDatasetTestResult)), _ state As Object _ ) |
Parameters
- format
- Type: ININ.IceLib.Configuration.Dialer.DataTypes..::..TimezoneMapDatasetFormat
Timezone Map format TimezoneMapDatasetFormat when mapping
- filePath
- Type: System..::..String
Path to mapping file
- completionCallback
- Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'TimezoneMapDatasetTestResult>)>)>>)>)>
- state
- Type: System..::..Object