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

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

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

Same methods

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