StopNodeResult Class
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.
Returns Stop node result object.
[System.Serializable]
public class StopNodeResult : System.Fabric.Result.NodeResult
[<System.Serializable>]
type StopNodeResult = class
inherit NodeResult
Public Class StopNodeResult
Inherits NodeResult
- Inheritance
- Attributes
Remarks
This class returns the NodeResult for Stop Node action.
Properties
NodeInstance |
Gets node instance id. (Inherited from NodeResult) |
NodeName |
Gets node name. (Inherited from NodeResult) |
Methods
ToString() |
Returns a string like: "NodeName: string, NodeInstance: BigInteger" (Inherited from NodeResult) |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET