Automobile.Communication.Messaging.Response.Response C# (CSharp) Method

Response() public method

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

Same methods

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