iControl.PEMForwardingEndpoint.Beginget_forwarding_endpoint_type C# (CSharp) Method

Beginget_forwarding_endpoint_type() public method

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