Miner.Interop Namespace > IMMSenderReceiver2 Interface : Send Method |
'Declaration
Function Send( _ ByVal BinName As System.String, _ Optional ByVal pCallback As IMMMessageCallback _ ) As System.Boolean
'Usage
Dim instance As IMMSenderReceiver2 Dim BinName As System.String Dim pCallback As IMMMessageCallback Dim value As System.Boolean value = instance.Send(BinName, pCallback)
System.bool Send( System.string BinName, IMMMessageCallback pCallback )
function Send( BinName: System.String; pCallback: IMMMessageCallback ): System.Boolean;
function Send( BinName : System.String, pCallback : IMMMessageCallback ) : System.boolean;
System.bool Send( System.string* BinName, IMMMessageCallback* pCallback )
System.bool Send( 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