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

getLabelContentByObjectAsync() public method

public getLabelContentByObjectAsync ( string in0, RemoteLabel in1 ) : void
in0 string
in1 RemoteLabel
return 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