iControl.PEMSubscriber.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string subscribers, PEMSubscriberSubscriberIdType types, string policies, System callback, object asyncState ) : System.IAsyncResult
subscribers string
types PEMSubscriberSubscriberIdType
policies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] subscribers,PEMSubscriberSubscriberIdType [] types,string [] [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            subscribers,
            types,
            policies}, callback, asyncState);
        }