CQRS.Talk.Sample1.SeparateReadsFromWrites.Confusing.Set C# (CSharp) Method

Set() public static method

Sets the attribute and returns true for successfull, false if key was not found
public static Set ( String attributeName, String value ) : bool
attributeName String
value String
return bool
        public static bool Set(String attributeName, String value)
        {
            //some implementation
            return true; // operation successful
        }