updated interface (#4549)
This commit is contained in:
Родитель
2b01585990
Коммит
995f2f8c33
|
@ -237,5 +237,20 @@ namespace Microsoft.Azure.Cosmos.FaultInjection
|
|||
{
|
||||
return this.channelStore;
|
||||
}
|
||||
|
||||
public Task<(bool, StoreResponse)> OnHttpRequestCallAsync(DocumentServiceRequest request)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Task OnBeforeHttpSendAsync(DocumentServiceRequest request)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Task OnAfterHttpSendAsync(DocumentServiceRequest request)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче