查看Help,Send()有好多种。。
Returns an IDataBlock interface that can be used to read information received from the application server.
Delphi syntax:
function Receive(WaitForInput: Boolean; Context: Integer): IDataBlock;
Receive creates a COM object that implements the IDataBlock interface and reads information from the application server into its Memory property.