Miner.Interop Namespace > IMMTransporter Interface : SendReceive Method |
'Declaration
Function SendReceive( _ ByVal BinName As System.String, _ Optional ByVal pCallback As IMMMessageCallback _ ) As System.Boolean
'Usage
Dim instance As IMMTransporter Dim BinName As System.String Dim pCallback As IMMMessageCallback Dim value As System.Boolean value = instance.SendReceive(BinName, pCallback)
System.bool SendReceive( System.string BinName, IMMMessageCallback pCallback )
function SendReceive( BinName: System.String; pCallback: IMMMessageCallback ): System.Boolean;
function SendReceive( BinName : System.String, pCallback : IMMMessageCallback ) : System.boolean;
System.bool SendReceive( System.string* BinName, IMMMessageCallback* pCallback )
System.bool SendReceive( System.String^ BinName, IMMMessageCallback^ pCallback )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2