C# Class DistributedJournalService.Operations.SetValueOperation

Inheritance: Operation
Show file Open project: ReubenBond/FabricJournalService

Private Properties

Property Type Description

Public Methods

Method Description
SetValueOperation ( ) : System.Linq
SetValueOperation ( string key, byte value ) : System.Linq
ToString ( ) : string

Returns a string that represents the current object.

Method Details

SetValueOperation() public method

public SetValueOperation ( ) : System.Linq
return System.Linq

SetValueOperation() public method

public SetValueOperation ( string key, byte value ) : System.Linq
key string
value byte
return System.Linq

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string