iControl.PEMForwardingEndpoint.Beginset_forwarding_endpoint_type C# (CSharp) Method

Beginset_forwarding_endpoint_type() public method

public Beginset_forwarding_endpoint_type ( string endpoints, PEMForwardingEndpointForwardingEndpointType values, System callback, object asyncState ) : System.IAsyncResult
endpoints string
values PEMForwardingEndpointForwardingEndpointType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_forwarding_endpoint_type(string [] endpoints,PEMForwardingEndpointForwardingEndpointType [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_forwarding_endpoint_type", new object[] {
            endpoints,
            values}, callback, asyncState);
        }