Microsoft.Protocols.TestSuites.Common.DeleteUserConfigurationCompletedEventArgs.DeleteUserConfigurationCompletedEventArgs C# (CSharp) 메소드

DeleteUserConfigurationCompletedEventArgs() 개인적인 메소드

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