CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.getLabelContentByObjectAsync C# (CSharp) Méthode

getLabelContentByObjectAsync() public méthode

public getLabelContentByObjectAsync ( string in0, RemoteLabel in1 ) : void
in0 string
in1 RemoteLabel
Résultat void
        public void getLabelContentByObjectAsync(string in0, RemoteLabel in1) {
            this.getLabelContentByObjectAsync(in0, in1, null);
        }
        

Same methods

ConfluenceSoapServiceService::getLabelContentByObjectAsync ( string in0, RemoteLabel in1, object userState ) : void
ConfluenceSoapServiceService