GetGuid() public method

public GetGuid ( ) : Guid
return Guid
Beispiel #1
0
 public Message(PrimitiveStructure content, double sentAt, double receivedAt, VesselTarget sender)
     : base(content, sentAt, receivedAt)
 {
     Vessel = sender.GetGuid().ToString();
 }