C# Class Elastacloud.AzureManagement.Fluent.Clients.Helpers.FluentManagementEventArgs

Used to describe a change in state of a client process - associated with a particular long running method
Inheritance: System.EventArgs
Mostrar archivo Open project: azurecoder/fluent-management

Public Methods

Method Description
FluentManagementEventArgs ( int percentageUpdate, string contextString ) : System

Created with a percentage and a descriptive string describing the event

Method Details

FluentManagementEventArgs() public method

Created with a percentage and a descriptive string describing the event
public FluentManagementEventArgs ( int percentageUpdate, string contextString ) : System
percentageUpdate int
contextString string
return System