Adds call interceptors to the collection.
Declaring type: CallInterceptorCollection
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public void AddRange (
        IEnumerable<CallInterceptor> interceptors
) 
Parameters
interceptors
The interceptors to add.