Метод | Описание | |
---|---|---|
CreateDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
New ( |
Creates a new subscription.
|
|
Session_Notification ( |
Processes a Publish repsonse from the server.
|
|
Show ( Subscription subscription ) : void |
Displays the dialog.
|
|
SubscriptionDlg ( ) : System | ||
Subscription_PublishStatusChanged ( object subscription, |
Handles a change to the publish status for the subscription.
|
|
Subscription_StateChanged ( Subscription subscription, SubscriptionStateChangedEventArgs e ) : void |
Handles a change to the state of the subscription.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
ConditionRefreshMI_Click ( object sender, |
||
EditMI_Click ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SubscriptionCreateItemFromTypeMI_Click ( object sender, |
||
SubscriptionCreateItemMI_Click ( object sender, |
||
SubscriptionDlg_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
SubscriptionEnablePublishingMI_Click ( object sender, |
||
SubscriptionMI_DropDownOpening ( object sender, |
||
UpdateStatus ( ) : void |
Updates the controls displaying the status of the subscription.
|
|
WindowMI_Click ( object sender, |
public CreateDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
sender | object | |
e | FormClosingEventArgs | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public New ( |
||
session | ||
Результат | Subscription |
public Session_Notification ( |
||
session | ||
e | ||
Результат | void |
public Show ( Subscription subscription ) : void | ||
subscription | Subscription | |
Результат | void |
public Subscription_PublishStatusChanged ( object subscription, |
||
subscription | object | |
e | ||
Результат | void |
public Subscription_StateChanged ( Subscription subscription, SubscriptionStateChangedEventArgs e ) : void | ||
subscription | Subscription | |
e | SubscriptionStateChangedEventArgs | |
Результат | void |