Res.Core.Storage.CommitForStorage.CommitForStorage C# (CSharp) Метод

CommitForStorage() публичный Метод

public CommitForStorage ( System.Guid commitId, string context, string stream ) : System
commitId System.Guid
context string
stream string
Результат System
        public CommitForStorage(Guid commitId, string context, string stream, params EventForStorage[] events)
        {
            CommitId = commitId;
            Events = events;
            Context = context;
            Stream = stream;
        }

Same methods

CommitForStorage::CommitForStorage ( string context, string stream ) : System
CommitForStorage