Click or drag to resize

IFieldSocket.SendQuery Method

Send a query through the socket.

Namespace:  AskiaFieldCom
Assembly:  AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IResult<Object> SendQuery(
	ISocketRequest request,
	byte[] data = null
)

Parameters

request
Type: AskiaFieldCom.ISocketRequest
Request to send.
data (Optional)
Type:System.Byte[]
Binary data to transfer along with the socket.

Return Value

Type: IResult<Object>
Returns a value that indicates if the socket succeed or not,
and optionally the object resulting of the operation.
See Also