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

getClusterInformation() 개인적인 메소드

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