15 references to AppActionType
SMSvcHost (15)
System\ServiceModel\Activation\AppAction.cs (13)
21
AppActionType
actionType;
27
AppAction(
AppActionType
actionType)
34
return new AppAction(
AppActionType
.Deleted);
39
AppAction action = new AppAction(
AppActionType
.SettingsChanged);
46
AppAction action = new AppAction(
AppActionType
.SettingsChanged);
51
public
AppActionType
ActionType
93
Fx.Assert(this.ActionType ==
AppActionType
.Deleted, "We should get ApplicationCreated notification only when the App is to be deleted.");
96
this.actionType =
AppActionType
.SettingsChanged;
104
Fx.Assert(this.ActionType ==
AppActionType
.SettingsChanged,
107
this.actionType =
AppActionType
.Deleted;
112
Fx.Assert(this.ActionType ==
AppActionType
.SettingsChanged,
120
Fx.Assert(this.ActionType ==
AppActionType
.SettingsChanged,
128
Fx.Assert(this.ActionType ==
AppActionType
.SettingsChanged,
System\ServiceModel\Activation\ListenerAdapter.cs (2)
603
if (app.PendingAction.ActionType ==
AppActionType
.Deleted)
608
else if (app.PendingAction.ActionType ==
AppActionType
.SettingsChanged)