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

getPageSummary1Async() public method

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

Same methods

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