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

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

private removePageWatchForUser ( string in0, long in1, string in2 ) : bool
in0 string
in1 long
in2 string
Результат bool
        public bool removePageWatchForUser(string in0, long in1, string in2) {
            object[] results = this.Invoke("removePageWatchForUser", new object[] {
                        in0,
                        in1,
                        in2});
            return ((bool)(results[0]));
        }
        
ConfluenceSoapServiceService