CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.removeLabelByObjectAsync C# (CSharp) 메소드

removeLabelByObjectAsync() 공개 메소드

public removeLabelByObjectAsync ( string in0, RemoteLabel in1, long in2 ) : void
in0 string
in1 RemoteLabel
in2 long
리턴 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