GraphRpc Method |
Namespace: Emgu.TF
public Operation Rpc( Output address, Output method, Output request, string protocol = null, bool fail_fast = true, long timeout_in_ms = 0, string opName = "Rpc" )
Public Function Rpc ( address As Output, method As Output, request As Output, Optional protocol As String = Nothing, Optional fail_fast As Boolean = true, Optional timeout_in_ms As Long = 0, Optional opName As String = "Rpc" ) As Operation
public: Operation^ Rpc( Output^ address, Output^ method, Output^ request, String^ protocol = nullptr, bool fail_fast = true, long long timeout_in_ms = 0, String^ opName = L"Rpc" )
member Rpc : address : Output * method : Output * request : Output * ?protocol : string * ?fail_fast : bool * ?timeout_in_ms : int64 * ?opName : string (* Defaults: let _protocol = defaultArg protocol null let _fail_fast = defaultArg fail_fast true let _timeout_in_ms = defaultArg timeout_in_ms 0 let _opName = defaultArg opName "Rpc" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.Rpc(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String,System.Boolean,System.Int64,System.String)"]
2020 Emgu Corporation, All Rights Reserved,