public string LoadProperty(string obj, string propertyName, string domainKey, bool useCompression) { IRemotingServer rs = new RemotingServer(factory, formatter, compressor, useCompression); return (string) rs.LoadProperty(obj, propertyName, domainKey); }
public string LoadProperty(string obj, string propertyName, string domainKey, bool useCompression) { IRemotingServer rs = new RemotingServer(factory, formatter, compressor, useCompression); return((string)rs.LoadProperty(obj, propertyName, domainKey)); }