LiveVideoAnalyticsEdgeClientFactory.Create 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
Create(ModuleClient, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>) | |
Create(ServiceClient, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>) |
Create(ModuleClient, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>)
public static Microsoft.Azure.Media.LiveVideoAnalytics.Edge.ILiveVideoAnalyticsEdgeClient Create (Microsoft.Azure.Devices.Client.ModuleClient moduleClient, string deviceId, string moduleId, TimeSpan? responseTimeout = default, TimeSpan? connectionTimeout = default);
static member Create : Microsoft.Azure.Devices.Client.ModuleClient * string * string * Nullable<TimeSpan> * Nullable<TimeSpan> -> Microsoft.Azure.Media.LiveVideoAnalytics.Edge.ILiveVideoAnalyticsEdgeClient
Public Shared Function Create (moduleClient As ModuleClient, deviceId As String, moduleId As String, Optional responseTimeout As Nullable(Of TimeSpan) = Nothing, Optional connectionTimeout As Nullable(Of TimeSpan) = Nothing) As ILiveVideoAnalyticsEdgeClient
Parameters
- moduleClient
- ModuleClient
- deviceId
- String
- moduleId
- String
Returns
Applies to
Create(ServiceClient, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>)
public static Microsoft.Azure.Media.LiveVideoAnalytics.Edge.ILiveVideoAnalyticsEdgeClient Create (Microsoft.Azure.Devices.ServiceClient serviceClient, string deviceId, string moduleId, TimeSpan? responseTimeout = default, TimeSpan? connectionTimeout = default);
static member Create : Microsoft.Azure.Devices.ServiceClient * string * string * Nullable<TimeSpan> * Nullable<TimeSpan> -> Microsoft.Azure.Media.LiveVideoAnalytics.Edge.ILiveVideoAnalyticsEdgeClient
Public Shared Function Create (serviceClient As ServiceClient, deviceId As String, moduleId As String, Optional responseTimeout As Nullable(Of TimeSpan) = Nothing, Optional connectionTimeout As Nullable(Of TimeSpan) = Nothing) As ILiveVideoAnalyticsEdgeClient
Parameters
- serviceClient
- ServiceClient
- deviceId
- String
- moduleId
- String