Res.Core.Storage.CommitBuilder.NewCommit C# (CSharp) Method

NewCommit() public method

public NewCommit ( System.Guid commitId, string context, string stream ) : ExpectingEvent
commitId System.Guid
context string
stream string
return ExpectingEvent
        public ExpectingEvent NewCommit(Guid commitId, string context, string stream)
        {
            return new ExpectingEvent(new CommitInfo(commitId, context, stream), this);
        }
CommitBuilder