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

getAttachmentDataAsync() public method

public getAttachmentDataAsync ( string in0, long in1, string in2, int in3 ) : void
in0 string
in1 long
in2 string
in3 int
return void
        public void getAttachmentDataAsync(string in0, long in1, string in2, int in3) {
            this.getAttachmentDataAsync(in0, in1, in2, in3, null);
        }
        

Same methods

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