Ejemplo n.º 1
0
 internal WebRestoreOperationFailedEventData(AppEventTypeDetail appEventTypeDetail, string name, string clientRequestId, string correlationRequestId, string requestId, string address, string verb)
 {
     AppEventTypeDetail = appEventTypeDetail;
     Name                 = name;
     ClientRequestId      = clientRequestId;
     CorrelationRequestId = correlationRequestId;
     RequestId            = requestId;
     Address              = address;
     Verb                 = verb;
 }
 internal WebSlotSwapWithPreviewStartedEventData(AppEventTypeDetail appEventTypeDetail, string name, string clientRequestId, string correlationRequestId, string requestId, string address, string verb)
 {
     AppEventTypeDetail = appEventTypeDetail;
     Name                 = name;
     ClientRequestId      = clientRequestId;
     CorrelationRequestId = correlationRequestId;
     RequestId            = requestId;
     Address              = address;
     Verb                 = verb;
 }