CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.removePageWatchAsync C# (CSharp) 메소드

removePageWatchAsync() 공개 메소드

public removePageWatchAsync ( string in0, long in1 ) : void
in0 string
in1 long
리턴 void
        public void removePageWatchAsync(string in0, long in1) {
            this.removePageWatchAsync(in0, in1, null);
        }
        

Same methods

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