iControl.PEMServiceChainEndpoint.Beginget_service_endpoint_steering_policy C# (CSharp) Method

Beginget_service_endpoint_steering_policy() public method

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