iControl.PEMForwardingEndpoint.Endget_persistence_type C# (CSharp) Method

Endget_persistence_type() public method

public Endget_persistence_type ( System asyncResult ) : PEMPersistenceType[]
asyncResult System
return PEMPersistenceType[]
        public PEMPersistenceType[] Endget_persistence_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((PEMPersistenceType [])(results[0]));
        }