WcfChannelModule.CreateInternalWcfProxyAsync Method
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.
Overloads
CreateInternalWcfProxyAsync<T>(String, IHpcContext, EndpointBehaviorBase) | |
CreateInternalWcfProxyAsync<T>(Uri, IHpcContext, EndpointBehaviorBase) |
CreateInternalWcfProxyAsync<T>(String, IHpcContext, EndpointBehaviorBase)
public static System.Threading.Tasks.Task<T> CreateInternalWcfProxyAsync<T> (string endPointStr, Microsoft.Hpc.IHpcContext context, Microsoft.Hpc.EndpointBehaviorBase behavior = null) where T : class;
static member CreateInternalWcfProxyAsync : string * Microsoft.Hpc.IHpcContext * Microsoft.Hpc.EndpointBehaviorBase -> System.Threading.Tasks.Task<'T (requires 'T : null)> (requires 'T : null)
Public Function CreateInternalWcfProxyAsync(Of T As Class) (endPointStr As String, context As IHpcContext, Optional behavior As EndpointBehaviorBase = null) As Task(Of T)
Type Parameters
- T
Parameters
- endPointStr
- String
- context
- IHpcContext
- behavior
- EndpointBehaviorBase
Returns
Task<T>
Applies to
CreateInternalWcfProxyAsync<T>(Uri, IHpcContext, EndpointBehaviorBase)
public static System.Threading.Tasks.Task<T> CreateInternalWcfProxyAsync<T> (Uri uri, Microsoft.Hpc.IHpcContext context, Microsoft.Hpc.EndpointBehaviorBase behavior = null) where T : class;
static member CreateInternalWcfProxyAsync : Uri * Microsoft.Hpc.IHpcContext * Microsoft.Hpc.EndpointBehaviorBase -> System.Threading.Tasks.Task<'T (requires 'T : null)> (requires 'T : null)
Type Parameters
- T
Parameters
- uri
- Uri
- context
- IHpcContext
- behavior
- EndpointBehaviorBase
Returns
Task<T>