Microsoft.Protocols.TestSuites.Common.DeleteUserConfigurationCompletedEventArgs.DeleteUserConfigurationCompletedEventArgs C# (CSharp) Méthode

DeleteUserConfigurationCompletedEventArgs() private méthode

private DeleteUserConfigurationCompletedEventArgs ( object results, System exception, bool cancelled, object userState ) : System
results object
exception System
cancelled bool
userState object
Résultat System
        internal DeleteUserConfigurationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
            base(exception, cancelled, userState)
        {
            this.results = results;
        }
DeleteUserConfigurationCompletedEventArgs