ServerChannelSendOneWay Method (String, Object) |
Sends a one-way message to the named destination.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public int SendOneWay(
string name,
Object message
)
Public Function SendOneWay (
name As String,
message As Object
) As Integer
Parameters
- name
- Type: SystemString
The name of the destination entity.
- message
- Type: SystemObject
The message sent to the named destination.
Return Value
Type:
Int32
The sequence code of this one-way send operation.
See Also