OperationInfoExtensions.RunAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<object> RunAsync (this Microsoft.Quantum.IQSharp.OperationInfo op, Microsoft.Quantum.Simulation.Core.IOperationFactory qsim, System.Collections.Generic.IDictionary<string,string> arguments);
static member RunAsync : Microsoft.Quantum.IQSharp.OperationInfo * Microsoft.Quantum.Simulation.Core.IOperationFactory * System.Collections.Generic.IDictionary<string, string> -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function RunAsync (op As OperationInfo, qsim As IOperationFactory, arguments As IDictionary(Of String, String)) As Task(Of Object)
Parameters
- qsim
- Microsoft.Quantum.Simulation.Core.IOperationFactory
- arguments
- IDictionary<String,String>