FabricRuntime.Create 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.
Overloads
Create()
public static System.Fabric.FabricRuntime Create();
static member Create : unit -> System.Fabric.FabricRuntime
Public Shared Function Create () As FabricRuntime
Returns
Applies to
Create(Action)
public static System.Fabric.FabricRuntime Create(Action fabricExitCallback);
static member Create : Action -> System.Fabric.FabricRuntime
Public Shared Function Create (fabricExitCallback As Action) As FabricRuntime
Parameters
- fabricExitCallback
- System.Action