CCNet.Build.Confluence.ConfluenceApi.installPluginCompletedEventArgs.installPluginCompletedEventArgs C# (CSharp) Метод

installPluginCompletedEventArgs() приватный Метод

private installPluginCompletedEventArgs ( object results, System exception, bool cancelled, object userState ) : System
results object
exception System
cancelled bool
userState object
Результат System
        internal installPluginCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
installPluginCompletedEventArgs