コード例 #1
0
 internal BoundKey(KeyedDeploymentController owner, string initiationSource, string key, string branchIP, long fileSize, bool assigned)
 {
     _Owner           = owner;
     Key              = key;
     InitiationSource = initiationSource;
     BranchIP         = branchIP;
     FileSize         = fileSize;
     LastAssigned     = DateTime.UtcNow;
     Assigned         = assigned;
 }