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

getPageHistoryAsync() public method

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

Same methods

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