Amazon.DeviceFarm.AmazonDeviceFarmClient.ListRemoteAccessSessions C# (CSharp) 메소드

ListRemoteAccessSessions() 공개 메소드

Returns a list of all currently running remote access sessions.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListRemoteAccessSessions ( ListRemoteAccessSessionsRequest request ) : ListRemoteAccessSessionsResponse
request Amazon.DeviceFarm.Model.ListRemoteAccessSessionsRequest Container for the necessary parameters to execute the ListRemoteAccessSessions service method.
리턴 Amazon.DeviceFarm.Model.ListRemoteAccessSessionsResponse
        public ListRemoteAccessSessionsResponse ListRemoteAccessSessions(ListRemoteAccessSessionsRequest request)
        {
            var marshaller = new ListRemoteAccessSessionsRequestMarshaller();
            var unmarshaller = ListRemoteAccessSessionsResponseUnmarshaller.Instance;

            return Invoke<ListRemoteAccessSessionsRequest,ListRemoteAccessSessionsResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient