Ejemplo n.º 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 ( );
 }
Ejemplo n.º 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();
 }
Ejemplo n.º 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 ( );
 }
Ejemplo n.º 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();
 }