GraphTryRpc Method |
Namespace: Emgu.TF
public Operation TryRpc( Output address, Output method, Output request, string protocol = null, bool fail_fast = true, long timeout_in_ms = 0, string opName = "TryRpc" )
Public Function TryRpc ( 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 = "TryRpc" ) As Operation
public: Operation^ TryRpc( Output^ address, Output^ method, Output^ request, String^ protocol = nullptr, bool fail_fast = true, long long timeout_in_ms = 0, String^ opName = L"TryRpc" )
member TryRpc : 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 "TryRpc" *) -> 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)"]
2020 Emgu Corporation, All Rights Reserved,