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

removePageWatchForUserAsync() public method

public removePageWatchForUserAsync ( string in0, long in1, string in2 ) : void
in0 string
in1 long
in2 string
return void
        public void removePageWatchForUserAsync(string in0, long in1, string in2) {
            this.removePageWatchForUserAsync(in0, in1, in2, null);
        }
        

Same methods

ConfluenceSoapServiceService::removePageWatchForUserAsync ( string in0, long in1, string in2, object userState ) : void
ConfluenceSoapServiceService