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
Returns
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET