Automobile.Communication.Messaging.Response.Response C# (CSharp) 메소드

Response() 공개 메소드

public Response ( System.Guid guid ) : System
guid System.Guid
리턴 System
        public Response(Guid guid)
        {
            Guid = guid;
            Timestamp = DateTime.Now;
        }

Same methods

Response::Response ( System.Guid guid, bool success ) : System
Response