CSMongo.Results.GetOpTimeResult.GetOpTimeResult C# (CSharp) 메소드

GetOpTimeResult() 공개 메소드

The information returned when calling the FSync command
public GetOpTimeResult ( BsonObject document ) : System
document BsonObject
리턴 System
        public GetOpTimeResult(BsonObject document)
            : base(document)
        {
        }
GetOpTimeResult