Exemplo n.º 1
0
        GetConfigurationsAsync()
        {
            GetConfigurationsRequest inValue =
                new GetConfigurationsRequest();

            return(((PTZ)(this)).GetConfigurationsAsync(inValue));
        }
Exemplo n.º 2
0
 Task <GetConfigurationsResponse> PTZ
 .GetConfigurationsAsync(GetConfigurationsRequest request)
 {
     return(base.Channel.GetConfigurationsAsync(request));
 }