示例#1
0
 /// <summary>
 /// Received the packet from the client.
 /// </summary>
 /// <param name="pipe">the pipe which wrote the packet</param>
 /// <param name="status">the status of write</param>
 public void OnWriteComplete(IpcInterface pipe, IpcWriteStatus status)
 {
     m_options.m_callBackObj.OnWriteComplete(this, pipe, status);
 }
示例#2
0
 /// <summary>
 /// Received the packet from the client.
 /// </summary>
 /// <param name="pipe">the pipe which wrote the packet</param>
 /// <param name="status">the status of write</param>
 public void OnWriteComplete(IpcInterface pipe, IpcWriteStatus status)
 {
     m_options.m_callBackObj.OnWriteComplete(this, pipe, status);
 }