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

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

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

Same methods

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