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

removeSpaceWatchAsync() публичный Метод

public removeSpaceWatchAsync ( string in0, string in1 ) : void
in0 string
in1 string
Результат void
        public void removeSpaceWatchAsync(string in0, string in1) {
            this.removeSpaceWatchAsync(in0, in1, null);
        }
        

Same methods

ConfluenceSoapServiceService::removeSpaceWatchAsync ( string in0, string in1, object userState ) : void
ConfluenceSoapServiceService