iControl.PEMServiceChainEndpoint.Beginremove_all_service_endpoints C# (CSharp) Method

Beginremove_all_service_endpoints() public method

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