ShouldTransferCallbackAsync Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Callback invoked to tell whether a transfer should be done.
public delegate System.Threading.Tasks.Task<bool> ShouldTransferCallbackAsync(object source, object destination);
type ShouldTransferCallbackAsync = delegate of obj * obj -> Task<bool>
Public Delegate Function ShouldTransferCallbackAsync(source As Object, destination As Object) As Task(Of Boolean)
Parameters
- source
- Object
Instance of the transfer source.
- destination
- Object
Instance of the transfer destination.
Return Value
True if the transfer should be done; otherwise false.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET