Fix the summary of RequestLogout (Existing Method)

This commit is contained in:
Blake Bourque
2015-06-24 20:48:41 -04:00
parent 4dd88c5bd5
commit f8a8985fb6
+2 -3
View File
@@ -704,9 +704,8 @@ namespace OpenMetaverse
}
/// <summary>
/// Initiate the logout process. Check if logout succeeded with the
/// <code>OnLogoutReply</code> event, and if this does not fire the
/// <code>Shutdown()</code> function needs to be manually called
/// Initiate the logout process. The <code>Shutdown()</code> function
/// needs to be manually called.
/// </summary>
public void RequestLogout()
{