你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SendAsyncFactory Class
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.
This is a necessary extension to the SendAsyncFactory to support the 'generic' delegate format.
public class SendAsyncFactory : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.ISendAsyncFactory
type SendAsyncFactory = class
interface ISendAsyncFactory
Public Class SendAsyncFactory
Implements ISendAsyncFactory
- Inheritance
-
SendAsyncFactory
- Implements
Constructors
SendAsyncFactory(Func<HttpRequestMessage,CancellationToken,Action, Func<String,CancellationToken,Func<EventArgs>,Task>,Func<HttpRequestMessage, CancellationToken,Action,Func<String,CancellationToken,Func<EventArgs>, Task>,Task<HttpResponseMessage>>,Task<HttpResponseMessage>>) |
This translates a generic-defined delegate for a listener into one that fits our ISendAsync pattern. (Provided to support out-of-module delegation for Azure Cmdlets) |
SendAsyncFactory(SendAsyncStep) |
Methods
Create(ISendAsync) |