iControl.PEMForwardingEndpoint.Beginget_translate_service_state C# (CSharp) Method

Beginget_translate_service_state() public method

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