Esempio n. 1
0
 public GetInstanceCertificateOutcome(GameLiftError error, GetInstanceCertificateResult result) : base(error)
 {
     Result = result;
 }
 public DescribePlayerSessionsOutcome(GameLiftError error, DescribePlayerSessionsResult result) : base(error)
 {
     Result = result;
 }
Esempio n. 3
0
 public GetInstanceCertificateOutcome(GameLiftError error) : base(error)
 {
 }
 public DescribePlayerSessionsOutcome(GameLiftError error) : base(error)
 {
 }
 public AwsDateTimeOutcome(GameLiftError error, DateTime result) : base(error)
 {
     Result = result;
 }
 public AwsDateTimeOutcome(GameLiftError error) : base(error)
 {
 }
 public StartMatchBackfillOutcome(GameLiftError error, StartMatchBackfillResult result) : base(error)
 {
     Result = result;
 }
 public StartMatchBackfillOutcome(GameLiftError error) : base(error)
 {
 }