Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when the status changes to allow derived classes to perform additional tasks.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Sub OnStatus ( _
args As TableStorageEventArgs _
)
protected void OnStatus(
TableStorageEventArgs args
)
protected:
void OnStatus(
TableStorageEventArgs^ args
)
member OnStatus :
args:TableStorageEventArgs -> unit
protected function OnStatus(
args : TableStorageEventArgs
)
Parameters
- args
Type: Microsoft.Data.Schema.Tools.DataGenerator.TableStorageEventArgs
A TableStorageEventArgs object that contains the status message.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.