Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Sends the specified data and returns the echo from the server.
Namespace:
SharedCache.WinServiceCommon.SocketsAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public IndexusMessage Send( byte[] data ) |
| Visual Basic (Declaration) |
|---|
Public Function Send ( _ data As Byte() _ ) As IndexusMessage |
| Visual C++ |
|---|
public: IndexusMessage^ Send( array<unsigned char>^ data ) |
Parameters
- data
- Type: array<
System..::.Byte
>[]()[]
The data.
Return Value
[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.Sockets.SharedCacheTcpClient.Send(System.Byte[])"]
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Sockets.SharedCacheTcpClient.Send(System.Byte[])"]