iControl.PEMServiceChainEndpoint.Begindelete_service_chain_endpoint C# (CSharp) Method

Begindelete_service_chain_endpoint() public method

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