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

getServerInfoAsync() public method

public getServerInfoAsync ( string in0 ) : void
in0 string
return void
        public void getServerInfoAsync(string in0) {
            this.getServerInfoAsync(in0, null);
        }
        

Same methods

ConfluenceSoapServiceService::getServerInfoAsync ( string in0, object userState ) : void
ConfluenceSoapServiceService