CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.removeSpaceWatch C# (CSharp) Method

removeSpaceWatch() private method

private removeSpaceWatch ( string in0, string in1 ) : bool
in0 string
in1 string
return bool
        public bool removeSpaceWatch(string in0, string in1) {
            object[] results = this.Invoke("removeSpaceWatch", new object[] {
                        in0,
                        in1});
            return ((bool)(results[0]));
        }
        
ConfluenceSoapServiceService