Amazon.DirectoryService.AmazonDirectoryServiceClient.DeleteConditionalForwarder C# (CSharp) Метод

DeleteConditionalForwarder() публичный Метод

Deletes a conditional forwarder that has been set up for your AWS directory.
/// A client exception has occurred. /// /// The specified directory is unavailable or could not be found. /// /// The specified entity could not be found. /// /// One or more parameters are not valid. /// /// An exception has occurred in AWS Directory Service. /// /// The operation is not supported. ///
public DeleteConditionalForwarder ( DeleteConditionalForwarderRequest request ) : DeleteConditionalForwarderResponse
request Amazon.DirectoryService.Model.DeleteConditionalForwarderRequest Container for the necessary parameters to execute the DeleteConditionalForwarder service method.
Результат DeleteConditionalForwarderResponse
        public DeleteConditionalForwarderResponse DeleteConditionalForwarder(DeleteConditionalForwarderRequest request)
        {
            var marshaller = new DeleteConditionalForwarderRequestMarshaller();
            var unmarshaller = DeleteConditionalForwarderResponseUnmarshaller.Instance;

            return Invoke<DeleteConditionalForwarderRequest,DeleteConditionalForwarderResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient