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

addLabelByObjectAsync() public method

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

Same methods

ConfluenceSoapServiceService::addLabelByObjectAsync ( string in0, RemoteLabel in1, long in2, object userState ) : void
ConfluenceSoapServiceService