Fix the summary of RequestLogout (Existing Method)

This commit is contained in:
Blake Bourque
2015-06-24 20:48:41 -04:00
parent 962e2922cd
commit ce7c8f5446

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()
{