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
Afficher le fichier Open project: azurecoder/fluent-management

Méthodes publiques

Méthode Description
FluentManagementEventArgs ( int percentageUpdate, string contextString ) : System

Created with a percentage and a descriptive string describing the event

Method Details

FluentManagementEventArgs() public méthode

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