C# Class ExcelDna.Integration.Rtd.RtdRegistration

Show file Open project: system-tradingtech/DataTools Class Usage Examples

Public Methods

Method Description
RTD ( string progId, string server ) : object
RegisterRtdServerTypes ( IEnumerable rtdServerTypes ) : void
UnregisterRTDServer ( string progId ) : void

Private Methods

Method Description
CallRTD ( string progId, string server ) : object
TryCallRTD ( object &result, string progId, string server ) : bool

Method Details

RTD() public static method

public static RTD ( string progId, string server ) : object
progId string
server string
return object

RegisterRtdServerTypes() public static method

public static RegisterRtdServerTypes ( IEnumerable rtdServerTypes ) : void
rtdServerTypes IEnumerable
return void

UnregisterRTDServer() public static method

public static UnregisterRTDServer ( string progId ) : void
progId string
return void