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

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

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