Ejemplo n.º 1
0
 /// <inheritdoc />
 public ErrorCode Cancel()
 {
     return(stack.RequestLayer(this, SearchMode.Next).Cancel());
 }