KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Messages.ConfigurationSetStableRequest Class Reference

The configuration set stable mark request. More...

Properties

int Id [get, set]
 Gets or sets the configuration id More...
 
RequestContext Context [get, set]
 Gets or sets the request context More...
 
bool IsStable [get, set]
 Gets or sets a value indicating whether selected configuration should be marked as stable or unstable More...
 

Detailed Description

The configuration set stable mark request.

Definition at line 17 of file ConfigurationSetStableRequest.cs.

Property Documentation

◆ Context

RequestContext KlusterKite.NodeManager.Messages.ConfigurationSetStableRequest.Context
getset

Gets or sets the request context

Definition at line 27 of file ConfigurationSetStableRequest.cs.

◆ Id

int KlusterKite.NodeManager.Messages.ConfigurationSetStableRequest.Id
getset

Gets or sets the configuration id

Definition at line 22 of file ConfigurationSetStableRequest.cs.

◆ IsStable

bool KlusterKite.NodeManager.Messages.ConfigurationSetStableRequest.IsStable
getset

Gets or sets a value indicating whether selected configuration should be marked as stable or unstable

Definition at line 32 of file ConfigurationSetStableRequest.cs.


The documentation for this class was generated from the following file: