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

getClusterInformation() private method

private getClusterInformation ( string in0 ) : RemoteClusterInformation
in0 string
return RemoteClusterInformation
        public RemoteClusterInformation getClusterInformation(string in0) {
            object[] results = this.Invoke("getClusterInformation", new object[] {
                        in0});
            return ((RemoteClusterInformation)(results[0]));
        }
        
ConfluenceSoapServiceService