added IsConnected to IServerEvents

This commit is contained in:
Luke Pulverenti 2013-10-16 10:22:37 -04:00
parent 28041bf435
commit e9f0ff15a3
2 changed files with 6 additions and 2 deletions

View file

@ -47,7 +47,6 @@ namespace MediaBrowser.Model.ApiClient
/// Occurs when [library changed].
/// </summary>
event EventHandler<LibraryChangedEventArgs> LibraryChanged;
/// <summary>
/// Occurs when [browse command].
/// </summary>
@ -104,5 +103,10 @@ namespace MediaBrowser.Model.ApiClient
/// Occurs when [connected].
/// </summary>
event EventHandler<EventArgs> Connected;
/// <summary>
/// Gets a value indicating whether this instance is connected.
/// </summary>
/// <value><c>true</c> if this instance is connected; otherwise, <c>false</c>.</value>
bool IsConnected { get; }
}
}

View file

@ -2,7 +2,7 @@
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release|x86" />
<MonoDevelop.Ide.Workbench ActiveDocument="MediaBrowser.Server.Mono\Program.cs">
<Files>
<File FileName="MediaBrowser.Server.Mono\Program.cs" Line="82" Column="4" />
<File FileName="MediaBrowser.Server.Mono\Program.cs" Line="60" Column="5" />
</Files>
<Pads>
<Pad Id="ProjectPad">