CCNet.Build.Confluence.ConfluenceApi.watchPageForUserCompletedEventArgs.watchPageForUserCompletedEventArgs C# (CSharp) Méthode

watchPageForUserCompletedEventArgs() private méthode

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