예제 #1
0
 /// <summary>
 /// Sends the and consume.
 /// </summary>
 /// <param name="packet">The packet.</param>
 /// <param name="replyHandler">The reply handler.</param>
 public void SendAndConsume( object packet, ChunkHandler replyHandler )
 {
     throw new NotImplementedException ( );
 }
예제 #2
0
 /// <summary>
 /// Adds the request id.
 /// </summary>
 /// <param name="id">The id.</param>
 /// <param name="handler">The handler.</param>
 public void AddRequestId(int id, ChunkHandler handler)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 /// <summary>
 /// Adds the request id.
 /// </summary>
 /// <param name="id">The id.</param>
 /// <param name="handler">The handler.</param>
 public void AddRequestId( int id, ChunkHandler handler )
 {
     throw new NotImplementedException ( );
 }
예제 #4
0
 /// <summary>
 /// Sends the and consume.
 /// </summary>
 /// <param name="packet">The packet.</param>
 /// <param name="replyHandler">The reply handler.</param>
 public void SendAndConsume(object packet, ChunkHandler replyHandler)
 {
     throw new NotImplementedException();
 }