ExecutingFaultsEvent Constructors
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
ExecutingFaultsEvent() | |
ExecutingFaultsEvent(DateTime, List<String>) |
ExecutingFaultsEvent()
public ExecutingFaultsEvent ();
Public Sub New ()
Applies to
ExecutingFaultsEvent(DateTime, List<String>)
public ExecutingFaultsEvent (DateTime timeStampUtc, System.Collections.Generic.List<string> faults);
new System.Fabric.Chaos.DataStructures.ExecutingFaultsEvent : DateTime * System.Collections.Generic.List<string> -> System.Fabric.Chaos.DataStructures.ExecutingFaultsEvent
Public Sub New (timeStampUtc As DateTime, faults As List(Of String))
Parameters
- timeStampUtc
- DateTime
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET