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

removeLabelByObjectAsync() public method

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

Same methods

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