Click or drag to resize

GraphTryRpc Method

http://www.emgu.com
TryRpc

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation TryRpc(
	Output address,
	Output method,
	Output request,
	string protocol = null,
	bool fail_fast = true,
	long timeout_in_ms = 0,
	string opName = "TryRpc"
)

Parameters

address
Type: Emgu.TFOutput
Input to the operation.
method
Type: Emgu.TFOutput
Input to the operation.
request
Type: Emgu.TFOutput
Input to the operation.
protocol (Optional)
Type: SystemString
protocol
fail_fast (Optional)
Type: SystemBoolean
fail fast
timeout_in_ms (Optional)
Type: SystemInt64
timeout in ms
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.TryRpc(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String,System.Boolean,System.Int64,System.String)"]

See Also