Share via


TableStorage.OnWarning Method

Called by the data generator engine when a warning is received while the engine generates data.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Protected Sub OnWarning ( _
    args As TableStorageEventArgs _
)
protected void OnWarning(
    TableStorageEventArgs args
)
protected:
void OnWarning(
    TableStorageEventArgs^ args
)
member OnWarning : 
        args:TableStorageEventArgs -> unit 
protected function OnWarning(
    args : TableStorageEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

TableStorage Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

OnStatus

TableStorageEventArgs