예제 #1
0
 /// <summary>
 /// Sends the Goodbye request signaling the end of communication.
 /// </summary>
 /// <param name="client">
 /// The diagnostics_relay client
 /// </param>
 /// <returns>
 /// DIAGNOSTICS_RELAY_E_SUCCESS on success,
 /// DIAGNOSTICS_RELAY_E_INVALID_ARG when client is NULL,
 /// DIAGNOSTICS_RELAY_E_PLIST_ERROR if the device did not acknowledge the
 /// request
 /// </returns>
 public virtual DiagnosticsRelayError diagnostics_relay_goodbye(DiagnosticsRelayClientHandle client)
 {
     return(DiagnosticsRelayNativeMethods.diagnostics_relay_goodbye(client));
 }