IAuthInitializeGetCredentialsDelegate Delegate |
Namespace: GemStone.GemFire.Cache
public delegate Properties GetCredentialsDelegate( Properties props, string server )
Public Delegate Function GetCredentialsDelegate ( props As Properties, server As String ) As Properties
public delegate Properties^ GetCredentialsDelegate( Properties^ props, String^ server )
type GetCredentialsDelegate = delegate of props : Properties * server : string -> Properties